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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 璋?楮? | 111000001111011000111111100111101011100000111111 | e0f63f9eb83f |
EUC-JP | 璋?楮? | 111000001111100000111111110111001011101000111111 | e0f83fdcba3f |
UTF-8 | 璋렗楮렡 | 111001111001001010001011111010111010000010010111111001101010010110101110111010111010000010100001 | e7928beba097e6a5aeeba0a1 |
UHC | 璋렗楮렡 | 1110110111110000100011101010110011101110101111111000111010110010 | edf08eaceebf8eb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)