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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 馭??馭?Ч | 111010010110011000111111001111111110100101100110001111111000010001011000 | e9663f3fe9663f8458 |
EUC-JP | 馭??馭?Ч | 111100011100011100111111001111111111000111000111001111111010011110111001 | f1c73f3ff1c73fa7b9 |
UTF-8 | 馭곸쫷馭곸Ч | 1110100110100110101011011110101010110011101110001110110010101011101101111110100110100110101011011110101010110011101110001101000010100111 | e9a6adeab3b8ecabb7e9a6adeab3b8d0a7 |
UHC | 馭곸쫷馭곸Ч | 111001011101111110000001111011001010011010001110111001011101111110000001111011001010110010111001 | e5df81eca68ee5df81ecacb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)