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^ | 10001111100110110100010010001111100110110100010001011110 | 8f9b448f9b445e |
EUC-JP | 鋤D鋤D^ | 10111101111110110100010010111101111110110100010001011110 | bdfb44bdfb445e |
UTF-8 | 鋤D鋤D^ | 111010011000101110100100010001001110100110001011101001000100010001011110 | e98ba444e98ba4445e |
UHC | 鋤D鋤D^ | 11100000101001110100010011100000101001110100010001011110 | e0a744e0a7445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)