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 | 術? | 100011110111000000111111 | 8f703f |
EUC-JP | 術蔯 | 1011110111010001100011111101100110111100 | bdd18fd9bc |
UTF-8 | 術蔯 | 111010001010000110010011111010001001010010101111 | e8a193e894af |
UHC | 術蔯 | 11100010111110101111001011011110 | e2faf2de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)