To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ??Y??bE | 00111111001111110101100100111111001111110110001001000101 | 3f3f593f3f6245 |
SJIS-WIN | 諡怡Y諡怡bE | 1110011010001011100111000111110101011001111001101000101110011100011111010110001001000101 | e68b9c7d59e68b9c7d6245 |
EUC-JP | 諡怡Y諡怡bE | 1110101111101011110101111101111001011001111010111110101111010111110111100110001001000101 | ebebd7de59ebebd7de6245 |
UTF-8 | 諡怡Y諡怡bE | 111010001010101110100001111001101000000010100001010110011110100010101011101000011110011010000000101000010110001001000101 | e8aba1e680a159e8aba1e680a16245 |
UHC | 諡怡Y諡怡bE | 1110001111001101111011001010111001011001111000111100110111101100101011100110001001000101 | e3cdecae59e3cdecae6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)