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 | ????h | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-WIN | 嘆探坦卒h | 100100100101000110010010010101001001001001010010100100011011001001101000 | 92519254925291b268 |
EUC-JP | 嘆探坦卒h | 110000111011001011000011101101011100001110110011110000101011010001101000 | c3b2c3b5c3b3c2b468 |
UTF-8 | 嘆探坦卒h | 11100101100110001000011011100110100011101010001011100101100111011010011011100101100011011001001001101000 | e59886e68ea2e59da6e58d9268 |
UHC | 嘆探坦卒h | 111101111010001111110111101011101111011110100100111100001110111101101000 | f7a3f7aef7a4f0ef68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)