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 | 賊??窩 | 100100011010111100111111001111111110001001111100 | 91af3f3fe27c |
EUC-JP | 賊??窩 | 110000101011000100111111001111111110001111011101 | c2b13f3fe3dd |
UTF-8 | 賊ㅷ듐窩 | 111010001011001110001010111000111000010110110111111010111001001110010000111001111010101010101001 | e8b38ae385b7eb9390e7aaa9 |
UHC | 賊ㅷ듐窩 | 1110111011100100101001001110011110110101111000111110100011000000 | eee4a4e7b5e3e8c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)