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 | 祖???? | 100100010110001100111111001111110011111100111111 | 91633f3f3f3f |
EUC-JP | 祖???? | 110000011100010000111111001111110011111100111111 | c1c43f3f3f3f |
UTF-8 | 祖렯렮렯롊 | 111001111010010110010110111010111010000010101111111010111010000010101110111010111010000010101111111010111010000110001010 | e7a596eba0afeba0aeeba0afeba18a |
UHC | 祖렯렮렯롊 | 11110000110100111000111010111100100011101011101110001110101111001000111011010000 | f0d38ebc8ebb8ebc8ed0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)