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 | 章?躑 | 1000111111001101001111111110011101010101 | 8fcd3fe755 |
EUC-JP | 章嶟躑 | 10111110110011111000111110111011111011101110110110110110 | becf8fbbeeedb6 |
UTF-8 | 章嶟躑 | 111001111010101110100000111001011011011010011111111010001011101010010001 | e7aba0e5b69fe8ba91 |
UHC | 章?? | 11101101111100010011111100111111 | edf13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)