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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 襄?襄?B | 11100101111101010011111111100101111101010011111101000010 | e5f53fe5f53f42 |
EUC-JP | 襄?襄?B | 11101010111101110011111111101010111101110011111101000010 | eaf73feaf73f42 |
UTF-8 | 襄섰襄섰B | 11101000101001011000010011101100100001001011000011101000101001011000010011101100100001001011000001000010 | e8a584ec84b0e8a584ec84b042 |
UHC | 襄섰襄섰B | 111001011101000110111100101110011110010111010001101111001011100101000010 | e5d1bcb9e5d1bcb942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)