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 | 賊??梯 | 100100011010111100111111001111111001001011110010 | 91af3f3f92f2 |
EUC-JP | 賊??梯 | 110000101011000100111111001111111100010011110100 | c2b13f3fc4f4 |
UTF-8 | 賊ㅹ칫梯 | 111010001011001110001010111000111000010110111001111011001011100110101011111001101010001010101111 | e8b38ae385b9ecb9abe6a2af |
UHC | 賊ㅹ칫梯 | 1110111011100100101001001110100111000100101010011111000010101100 | eee4a4e9c4a9f0ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)