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 | 0011111100111111001111110011111101001000 | 3f3f3f3f48 |
SJIS-WIN | ???嵌H | 001111110011111100111111100110111100011001001000 | 3f3f3f9bc648 |
EUC-JP | ???嵌H | 001111110011111100111111110101101100100001001000 | 3f3f3fd6c848 |
UTF-8 | 列룸씈嵌H | 11101111101001101001110011101011101000111011100011101100100101001000100011100101101101011000110001001000 | efa69ceba3b8ec9488e5b58c48 |
UHC | 列룸씈嵌H | 111001101110101010110111111010111001110110100000110010101110111001001000 | e6eab7eb9da0caee48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)