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 | 0011111100111111001111110011111100111111001111110100000001101000 | 3f3f3f3f3f3f4068 |
SJIS-WIN | ??????@h | 0011111100111111001111110011111100111111001111110100000001101000 | 3f3f3f3f3f3f4068 |
EUC-JP | ??????@h | 0011111100111111001111110011111100111111001111110100000001101000 | 3f3f3f3f3f3f4068 |
UTF-8 | 뭋뫇뭈뫛묺묬@h | 1110101110101101100010111110101110101011100001111110101110101101100010001110101110101011100110111110101110101100101110101110101110101100101011000100000001101000 | ebad8bebab87ebad88ebab9bebacbaebacac4068 |
UHC | 뭋뫇뭈뫛묺묬@h | 1001001001010110100100011010101010010010010101001001000110111011100100100100110110010010010000110100000001101000 | 925691aa925491bb924d92434068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)