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 | ?醍?醍^ | 00111111100100011110011100111111100100011110011101011110 | 3f91e73f91e75e |
EUC-JP | ?醍?醍^ | 00111111110000101110100100111111110000101110100101011110 | 3fc2e93fc2e95e |
UTF-8 | 남醍남醍^ | 11101011100000101010100011101001100001101000110111101011100000101010100011101001100001101000110101011110 | eb82a8e9868deb82a8e9868d5e |
UHC | 남醍남醍^ | 101100111011001011110000101101011011001110110010111100001011010101011110 | b3b2f0b5b3b2f0b55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)