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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 疋嶝??^ | 10010101010001001001101111010001001111110011111101011110 | 95449bd13f3f5e |
EUC-JP | 疋嶝??^ | 11001001101001011101011011010011001111110011111101011110 | c9a5d6d33f3f5e |
UTF-8 | 疋嶝렰렪^ | 11100111100101101000101111100101101101101001110111101011101000001011000011101011101000001010101001011110 | e7968be5b69deba0b0eba0aa5e |
UHC | 疋嶝렰렪^ | 111110011011010111010100111100011000111010111101100011101011100001011110 | f9b5d4f18ebd8eb85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)