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 | ????BF | 001111110011111100111111001111110100001001000110 | 3f3f3f3f4246 |
SJIS-WIN | 驕碑ウ覚BF | 111010011000000110010100111010001011001110001010011011110100001001000110 | e98194e8b38a6f4246 |
EUC-JP | 驕碑ウ覚BF | 11110001111000011100100011101010100011101011001110110011110100000100001001000110 | f1e1c8ea8eb3b3d04246 |
UTF-8 | 驕碑ウ覚BF | 1110100110101001100101011110011110100010100100011110111110111101101100111110100010100110100110100100001001000110 | e9a995e7a291efbdb3e8a69a4246 |
UHC | 驕碑??BF | 1100111011110110110111011111100000111111001111110100001001000110 | cef6ddf83f3f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)