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 | 嬋荀嬋荀^ | 100110110110100011100100101001001001101101101000111001001010010001011110 | 9b68e4a49b68e4a45e |
EUC-JP | 嬋荀嬋荀^ | 110101011100100111101000101001101101010111001001111010001010011001011110 | d5c9e8a6d5c9e8a65e |
UTF-8 | 嬋荀嬋荀^ | 11100101101011001000101111101000100011011000000011100101101011001000101111101000100011011000000001011110 | e5ac8be88d80e5ac8be88d805e |
UHC | 嬋荀嬋荀^ | 111000001011110111100010111100001110000010111101111000101111000001011110 | e0bde2f0e0bde2f05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)