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 | 章慄章 | 100011111100110110011100110010011000111111001101 | 8fcd9cc98fcd |
EUC-JP | 章慄章 | 101111101100111111011000110010111011111011001111 | becfd8cbbecf |
UTF-8 | 章慄章 | 111001111010101110100000111001101000010110000100111001111010101110100000 | e7aba0e68584e7aba0 |
UHC | 章慄章 | 111011011111000111010111110010011110110111110001 | edf1d7c9edf1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)