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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 栓狼 | 10010000111100001001100001010100 | 90f09854 |
EUC-JP | 栓狼 | 11000000111100101100111110110101 | c0f2cfb5 |
UTF-8 | 栓狼 | 111001101010000010010011111001111000101110111100 | e6a093e78bbc |
UHC | 栓狼 | 11101110111110111101010111001001 | eefbd5c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)