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^ | 00111111001111110100010000111111001111110100010001011110 | 3f3f443f3f445e |
SJIS-WIN | 蠏ゥD蠏ゥD^ | 111001011011010110101001010001001110010110110101101010010100010001011110 | e5b5a944e5b5a9445e |
EUC-JP | 蠏ゥD蠏ゥD^ | 1110101010110111100011101010100101000100111010101011011110001110101010010100010001011110 | eab78ea944eab78ea9445e |
UTF-8 | 蠏ゥD蠏ゥD^ | 111010001010000010001111111011111011110110101001010001001110100010100000100011111110111110111101101010010100010001011110 | e8a08fefbda944e8a08fefbda9445e |
UHC | ??D??D^ | 00111111001111110100010000111111001111110100010001011110 | 3f3f443f3f445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)