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 | ??B??KoBF | 001111110011111101000010001111110011111101001011011011110100001001000110 | 3f3f423f3f4b6f4246 |
SJIS-WIN | ?ェB?ェKoBF | 001111111010101001000010001111111010101001001011011011110100001001000110 | 3faa423faa4b6f4246 |
EUC-JP | ?ェB?ェKoBF | 0011111110001110101010100100001000111111100011101010101001001011011011110100001001000110 | 3f8eaa423f8eaa4b6f4246 |
UTF-8 | 䵸ェB䵸ェKoBF | 1110010010110101101110001110111110111101101010100100001011100100101101011011100011101111101111011010101001001011011011110100001001000110 | e4b5b8efbdaa42e4b5b8efbdaa4b6f4246 |
UHC | ??B??KoBF | 001111110011111101000010001111110011111101001011011011110100001001000110 | 3f3f423f3f4b6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)