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 | 敖?~徇 | 10011101110000100011111110000001011000001001110001101101 | 9dc23f81609c6d |
EUC-JP | 敖?〜徇 | 11011010110001000011111110100001110000011101011111001110 | dac43fa1c1d7ce |
UTF-8 | 敖잍~徇 | 111001101001010110010110111011001001111010001101111011111011110110011110111001011011111010000111 | e69596ec9e8defbd9ee5be87 |
UHC | 敖잍~徇 | 1110011111111001100111111110011010100010101001101110001011011111 | e7f99fe6a2a6e2df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)