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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 蘚舌蘚舌^ | 111001010110010010010000111000111110010101100100100100001110001101011110 | e56490e3e56490e35e |
EUC-JP | 蘚舌蘚舌^ | 111010011100010111000000111001011110100111000101110000001110010101011110 | e9c5c0e5e9c5c0e55e |
UTF-8 | 蘚舌蘚舌^ | 11101000100110001001101011101000100010001000110011101000100110001001101011101000100010001000110001011110 | e8989ae8888ce8989ae8888c5e |
UHC | 蘚舌蘚舌^ | 111000001101000011100000110111111110000011010000111000001101111101011110 | e0d0e0dfe0d0e0df5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)