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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 禎?除? | 100100101111010100111111100011111001110000111111 | 92f53f8f9c3f |
EUC-JP | 禎?除? | 110001001111011100111111101111011111110000111111 | c4f73fbdfc3f |
UTF-8 | 禎렦除심 | 111001111010011010001110111010111010000010100110111010011001100110100100111011001000101110101100 | e7a68eeba0a6e999a4ec8bac |
UHC | 禎렦除심 | 1110111111101110100011101011010111110000101101101011110111001001 | efee8eb5f0b6bdc9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)