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 | ?D?D^ | 0011111101000100001111110100010001011110 | 3f443f445e |
SJIS-WIN | 西D西D^ | 10010000101111000100010010010000101111000100010001011110 | 90bc4490bc445e |
EUC-JP | 西D西D^ | 11000000101111100100010011000000101111100100010001011110 | c0be44c0be445e |
UTF-8 | 西D西D^ | 111010001010010110111111010001001110100010100101101111110100010001011110 | e8a5bf44e8a5bf445e |
UHC | 西D西D^ | 11100000101001000100010011100000101001000100010001011110 | e0a444e0a4445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)