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 | 賊??諄 | 100100011010111100111111001111111110011001111000 | 91af3f3fe678 |
EUC-JP | 賊??諄 | 110000101011000100111111001111111110101111011001 | c2b13f3febd9 |
UTF-8 | 賊ㅹ읒諄 | 111010001011001110001010111000111000010110111001111011001001110110010010111010001010101110000100 | e8b38ae385b9ec9d92e8ab84 |
UHC | 賊ㅹ읒諄 | 1110111011100100101001001110100111000000110000011110001011110100 | eee4a4e9c0c1e2f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)