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 | ??????E | 00111111001111110011111100111111001111110011111101000101 | 3f3f3f3f3f3f45 |
SJIS-WIN | 烏??映х?E | 10001001010001110011111100111111100010010110011010000100100001110011111101000101 | 89473f3f896684873f45 |
EUC-JP | 烏??映х?E | 10110001101010000011111100111111101100011100011110100111111001110011111101000101 | b1a83f3fb1c7a7e73f45 |
UTF-8 | 烏믥르映х괵E | 111001111000001110001111111010111010111110100101111010111010010110110100111001101001100010100000110100011000010111101010101101001011010101000101 | e7838febafa5eba5b4e698a0d185eab4b545 |
UHC | 烏믥르映х괵E | 11101000101000011001001011100111101110001010001111100111101100011010110011100111101100011010110001000101 | e8a192e7b8a3e7b1ace7b1ac45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)