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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 齊?璉 | 1110101010001110001111111111101101101100 | ea8e3ffb6c |
EUC-JP | 齊?璉 | 111100111110111000111111100011111100110011010000 | f3ee3f8fccd0 |
UTF-8 | 齊꿱璉 | 111010011011110110001010111010101011111110110001111001111001001010001001 | e9bd8aeabfb1e79289 |
UHC | 齊꿱璉 | 111100001011101010110010111010001101011010100010 | f0bab2e8d6a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)