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 | 雅?= | 1000100111101011001111111000000110000001 | 89eb3f8181 |
EUC-JP | 雅?= | 1011001011101101001111111010000111100001 | b2ed3fa1e1 |
UTF-8 | 雅덂= | 111010011001101110000101111010111000110110000010111011111011110010011101 | e99b85eb8d82efbc9d |
UHC | 雅덂= | 111001001011101010001000111001011010001110111101 | e4ba88e5a3bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)