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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 莨遺弦^ | 11100100101111001000100011100010100011001011011101011110 | e4bc88e28cb75e |
EUC-JP | 莨遺弦^ | 11101000101111101011000011100100101110001011100101011110 | e8beb0e4b8b95e |
UTF-8 | 莨遺弦^ | 11101000100011101010100011101001100000011011101011100101101111001010011001011110 | e88ea8e981bae5bca65e |
UHC | ?遺弦^ | 001111111110101110110110111110101101011101011110 | 3febb6fad75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)