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 | 100100111101001000111111001111110011111100111111001111110100000001101000 | 93d23f3f3f3f3f4068 |
EUC-JP | 瀞?????@h | 110001101101010000111111001111110011111100111111001111110100000001101000 | c6d43f3f3f3f3f4068 |
UTF-8 | 瀞렱롋뀌렧렞@h | 1110011110000000100111101110101110100000101100011110101110100001100010111110101110000000100011001110101110100000101001111110101110100000100111100100000001101000 | e7809eeba0b1eba18beb808ceba0a7eba09e4068 |
UHC | 瀞렱롋뀌렧렞@h | 1110111111100111100011101011111010001110110100011011001011101110100011101011011010001110101011110100000001101000 | efe78ebe8ed1b2ee8eb68eaf4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)