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 | 鞜懷ー馨 | 11101000110111111001110011100101101100001000101001011101 | e8df9ce5b08a5d |
EUC-JP | 鞜懷ー馨 | 1111000011100001110110001110011110001110101100001011001110111110 | f0e1d8e78eb0b3be |
UTF-8 | 鞜懷ー馨 | 111010011001111010011100111001101000011110110111111011111011110110110000111010011010011010101000 | e99e9ce687b7efbdb0e9a6a8 |
UHC | ?懷?馨 | 001111111111110011100011001111111111101110110000 | 3ffce33ffbb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)