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 | 曰?曰?^ | 10011110010010000011111110011110010010000011111101011110 | 9e483f9e483f5e |
EUC-JP | 曰?曰?^ | 11011011101010010011111111011011101010010011111101011110 | dba93fdba93f5e |
UTF-8 | 曰뫛曰뫛^ | 11100110100110111011000011101011101010111001101111100110100110111011000011101011101010111001101101011110 | e69bb0ebab9be69bb0ebab9b5e |
UHC | 曰뫛曰뫛^ | 111010001101100010010001101110111110100011011000100100011011101101011110 | e8d891bbe8d891bb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)