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 | DYDY^ | 100111000100010010001111010110011001110001000100100011110101100101011110 | 9c448f599c448f595e |
SJIS-WIN | ?D?Y?D?Y^ | 001111110100010000111111010110010011111101000100001111110101100101011110 | 3f443f593f443f595e |
EUC-JP | ?D?Y?D?Y^ | 001111110100010000111111010110010011111101000100001111110101100101011110 | 3f443f593f443f595e |
UTF-8 | DYDY^ | 11000010100111000100010011000010100011110101100111000010100111000100010011000010100011110101100101011110 | c29c44c28f59c29c44c28f595e |
UHC | ?D?Y?D?Y^ | 001111110100010000111111010110010011111101000100001111110101100101011110 | 3f443f593f443f595e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)