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 | ?????] | 001111110011111100111111001111110011111101011101 | 3f3f3f3f3f5d |
SJIS-WIN | 蒟シユシ」] | 11100100111001011011110011010101101111001010001101011101 | e4e5bcd5bca35d |
EUC-JP | 蒟シユシ」] | 1110100011100111100011101011110010001110110101011000111010111100100011101010001101011101 | e8e78ebc8ed58ebc8ea35d |
UTF-8 | 蒟シユシ」] | 11101000100100101001111111101111101111011011110011101111101111101001010111101111101111011011110011101111101111011010001101011101 | e8929fefbdbcefbe95efbdbcefbda35d |
UHC | ?????] | 001111110011111100111111001111110011111101011101 | 3f3f3f3f3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)