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 | 11101000101001011000010011101100100000111011010111101000101001011000010011101100100000111011010101000010 | e8a584ec83b5e8a584ec83b542 |
UHC | 襄샵襄샵B | 111001011101000110111100101001011110010111010001101111001010010101000010 | e5d1bca5e5d1bca542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)