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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 殞囚?冗 | 10011111011011011000111011111010001111111000111111100111 | 9f6d8efa3f8fe7 |
EUC-JP | 殞囚?冗 | 11011101110011101011110011111100001111111011111011101001 | ddcebcfc3fbee9 |
UTF-8 | 殞囚읰冗 | 111001101010111010011110111001011001101110011010111011001001110110110000111001011000011010010111 | e6ae9ee59b9aec9db0e58697 |
UHC | 殞囚읰冗 | 1110100111111001111000011111011010011111110101101110100110110111 | e9f9e1f69fd6e9b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)