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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 殿???? | 100100110110000100111111001111110011111100111111 | 93613f3f3f3f |
EUC-JP | 殿???? | 110001011100001000111111001111110011111100111111 | c5c23f3f3f3f |
UTF-8 | 殿당렮렩롊 | 111001101010111010111111111010111000101110111001111010111010000010101110111010111010000010101001111010111010000110001010 | e6aebfeb8bb9eba0aeeba0a9eba18a |
UHC | 殿당렮렩롊 | 11101110111111001011010011100111100011101011101110001110101101111000111011010000 | eefcb4e78ebb8eb78ed0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)