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 | ???O\ | 0011111100111111001111110100111101011100 | 3f3f3f4f5c |
SJIS-WIN | 馭??O\ | 111010010110011000111111001111110100111101011100 | e9663f3f4f5c |
EUC-JP | 馭??O\ | 111100011100011100111111001111110100111101011100 | f1c73f3f4f5c |
UTF-8 | 馭곸갈O\ | 1110100110100110101011011110101010110011101110001110101010110000100010000100111101011100 | e9a6adeab3b8eab0884f5c |
UHC | 馭곸갈O\ | 1110010111011111100000011110110010110000101001010100111101011100 | e5df81ecb0a54f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)