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^ | 11111011110100100100010011111011110100100100010001011110 | fbd244fbd2445e |
EUC-JP | 鋐D鋐D^ | 100011111110010010111110010001001000111111100100101111100100010001011110 | 8fe4be448fe4be445e |
UTF-8 | 鋐D鋐D^ | 111010011000101110010000010001001110100110001011100100000100010001011110 | e98b9044e98b90445e |
UHC | ?D?D^ | 0011111101000100001111110100010001011110 | 3f443f445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)