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 | 狩塾 | 10001110111010111000111101101101 | 8eeb8f6d |
EUC-JP | 狩塾 | 10111100111011011011110111001110 | bcedbdce |
UTF-8 | 狩塾 | 111001111000101110101001111001011010000110111110 | e78ba9e5a1be |
UHC | 狩塾 | 11100010101011011110001011010011 | e2ade2d3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)