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 | 111010011000000110010010111010011010111110010110011011110100001001000110 | e98192e9af966f4246 |
EUC-JP | 驕帝ッ撲BF | 11110001111000011100010011101011100011101010111111001011110100000100001001000110 | f1e1c4eb8eafcbd04246 |
UTF-8 | 驕帝ッ撲BF | 1110100110101001100101011110010110111000100111011110111110111101101011111110011010010010101100100100001001000110 | e9a995e5b89defbdafe692b24246 |
UHC | 驕帝?撲BF | 110011101111011011110000101010000011111111011010110100100100001001000110 | cef6f0a83fdad24246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)