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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 潁?…槻 | 10011111111100010011111110000001011000111001001011001110 | 9ff13f816392ce |
EUC-JP | 潁?…槻 | 11011110111100110011111110100001110001001100010011010000 | def33fa1c4c4d0 |
UTF-8 | 潁뺣…槻 | 111001101011110110000001111010111011101010100011111000101000000010100110111001101010011110111011 | e6bd81ebbaa3e280a6e6a7bb |
UHC | 潁뺣…槻 | 1110011110111000100101011110101110100001101001101101000010100111 | e7b895eba1a6d0a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)