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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 肢肆屠 | 100011101000100011100011111001101001001101101010 | 8e88e3e6936a |
EUC-JP | 肢肆屠 | 101110111110100011100110111010001100010111001011 | bbe8e6e8c5cb |
UTF-8 | 肢肆屠 | 111010001000001010100010111010001000001010000110111001011011000110100000 | e882a2e88286e5b1a0 |
UHC | 肢肆屠 | 111100101011011011011110111010111101001111110101 | f2b6deebd3f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)