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 | 慾?慾?^ | 10010111011111000011111110010111011111000011111101011110 | 977c3f977c3f5e |
EUC-JP | 慾?慾?^ | 11001101110111010011111111001101110111010011111101011110 | cddd3fcddd3f5e |
UTF-8 | 慾캝慾캝^ | 11100110100001011011111011101100101110101001110111100110100001011011111011101100101110101001110101011110 | e685beecba9de685beecba9d5e |
UHC | 慾캝慾캝^ | 111010011010111110110000010001001110100110101111101100000100010001011110 | e9afb044e9afb0445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)