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^ | 11100100111010010100010011100100111010010100010001011110 | e4e944e4e9445e |
EUC-JP | 蓚D蓚D^ | 11101000111010110100010011101000111010110100010001011110 | e8eb44e8eb445e |
UTF-8 | 蓚D蓚D^ | 111010001001001110011010010001001110100010010011100110100100010001011110 | e8939a44e8939a445e |
UHC | 蓚D蓚D^ | 11100010101111100100010011100010101111100100010001011110 | e2be44e2be445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)