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 | I§o | 1001001001001001100100011010011101101111 | 924991a76f |
SJIS-WIN | ?I?§o | 001111110100100100111111100000011001100001101111 | 3f493f81986f |
EUC-JP | ?I?§o | 001111110100100100111111101000011111100001101111 | 3f493fa1f86f |
UTF-8 | I§o | 1100001010010010010010011100001010010001110000101010011101101111 | c29249c291c2a76f |
UHC | ?I?§o | 001111110100100100111111101000011101011101101111 | 3f493fa1d76f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)