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 | 驕懷ー馨 | 11101001100000011001110011100101101100001000101001011101 | e9819ce5b08a5d |
EUC-JP | 驕懷ー馨 | 1111000111100001110110001110011110001110101100001011001110111110 | f1e1d8e78eb0b3be |
UTF-8 | 驕懷ー馨 | 111010011010100110010101111001101000011110110111111011111011110110110000111010011010011010101000 | e9a995e687b7efbdb0e9a6a8 |
UHC | 驕懷?馨 | 11001110111101101111110011100011001111111111101110110000 | cef6fce33ffbb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)