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 | 慂?慂?^ | 10011100110010000011111110011100110010000011111101011110 | 9cc83f9cc83f5e |
EUC-JP | 慂?慂?^ | 11011000110010100011111111011000110010100011111101011110 | d8ca3fd8ca3f5e |
UTF-8 | 慂둈慂둈^ | 11100110100001011000001011101011100100011000100011100110100001011000001011101011100100011000100001011110 | e68582eb9188e68582eb91885e |
UHC | 慂둈慂둈^ | 111010011011110110001010010001001110100110111101100010100100010001011110 | e9bd8a44e9bd8a445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)