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 | ???^? | 0011111100111111001111110101111000111111 | 3f3f3f5e3f |
SJIS-WIN | ???^鈺 | 001111110011111100111111010111101111101111000100 | 3f3f3f5efbc4 |
EUC-JP | 旿??^鈺 | 100011111100000111110100001111110011111101011110100011111110001111010101 | 8fc1f43f3f5e8fe3d5 |
UTF-8 | 旿뤄슝^鈺 | 11100110100101111011111111101011101001001000010011101100100010101001110101011110111010011000100010111010 | e697bfeba484ec8a9d5ee988ba |
UHC | 旿뤄슝^鈺 | 111001111111101010110111111011111011110110111001010111101110100010101101 | e7fab7efbdb95ee8ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)