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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 吟?△B | 100010111110000100111111100000011010001001000010 | 8be13f81a242 |
EUC-JP | 吟?△B | 101101101110001100111111101000101010010001000010 | b6e33fa2a442 |
UTF-8 | 吟ㅸ△B | 11100101100100001001111111100011100001011011100011100010100101101011001101000010 | e5909fe385b8e296b342 |
UHC | 吟ㅸ△B | 11101011111000011010010011101000101000011110001001000010 | ebe1a4e8a1e242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)