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 | 長?贓 | 1001001010110111001111111110011011011001 | 92b73fe6d9 |
EUC-JP | 長?贓 | 1100010010111001001111111110110011011011 | c4b93fecdb |
UTF-8 | 長렰贓 | 111010011001010110110111111010111010000010110000111010001011010010010011 | e995b7eba0b0e8b493 |
UHC | 長렰贓 | 111011011111111010001110101111011110110111111100 | edfe8ebdedfc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)