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 | 狩篠 | 10001110111010111000111011000010 | 8eeb8ec2 |
EUC-JP | 狩篠 | 10111100111011011011110011000100 | bcedbcc4 |
UTF-8 | 狩篠 | 111001111000101110101001111001111010111110100000 | e78ba9e7afa0 |
UHC | 狩篠 | 11100010101011011110000111000110 | e2ade1c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)