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 | ?裴?裴^ | 00111111111001011110100000111111111001011110100001011110 | 3fe5e83fe5e85e |
EUC-JP | ?裴?裴^ | 00111111111010101110101000111111111010101110101001011110 | 3feaea3feaea5e |
UTF-8 | 렺裴렺裴^ | 11101011101000001011101011101000101000111011010011101011101000001011101011101000101000111011010001011110 | eba0bae8a3b4eba0bae8a3b45e |
UHC | 렺裴렺裴^ | 100011101100001011011011110100001000111011000010110110111101000001011110 | 8ec2dbd08ec2dbd05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)