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 | 1110011010000010100011001110100110110110101010010100001001000110 | e6828ce9b6a94246 |
EUC-JP | 謔碁カゥBF | 11101011111000101011100011101011100011101011011010001110101010010100001001000110 | ebe2b8eb8eb68ea94246 |
UTF-8 | 謔碁カゥBF | 1110100010101100100101001110011110100010100000011110111110111101101101101110111110111101101010010100001001000110 | e8ac94e7a281efbdb6efbda94246 |
UHC | 謔碁??BF | 1111100111001100110100011011001100111111001111110100001001000110 | f9ccd1b33f3f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)