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 | ????}P | 001111110011111100111111001111110111110101010000 | 3f3f3f3f7d50 |
SJIS-WIN | ?戍??}P | 00111111100111001111100100111111001111110111110101010000 | 3f9cf93f3f7d50 |
EUC-JP | ?戍??}P | 00111111110110001111101100111111001111110111110101010000 | 3fd8fb3f3f7d50 |
UTF-8 | 룶戍춳◈}P | 1110101110100011101101101110011010001000100011011110110010110110101100111110001010010111100010000111110101010000 | eba3b6e6888decb6b3e297887d50 |
UHC | 룶戍춳◈}P | 10001111101010111110001010100001101011011000111110100010110000100111110101010000 | 8fabe2a1ad8fa2c27d50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)