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 | 章?第 | 1000111111001101001111111001000111100110 | 8fcd3f91e6 |
EUC-JP | 章?第 | 1011111011001111001111111100001011101000 | becf3fc2e8 |
UTF-8 | 章렎第 | 111001111010101110100000111010111010000010001110111001111010110010101100 | e7aba0eba08ee7acac |
UHC | 章렎第 | 111011011111000110001110101001001111000010101111 | edf18ea4f0af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)