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 | 質勺勺 | 100011101011111110001110110110011000111011011001 | 8ebf8ed98ed9 |
EUC-JP | 質勺勺 | 101111001100000110111100110110111011110011011011 | bcc1bcdbbcdb |
UTF-8 | 質勺勺 | 111010001011001110101010111001011000101110111010111001011000101110111010 | e8b3aae58bbae58bba |
UHC | 質勺勺 | 111100101111010111101101110000111110110111000011 | f2f5edc3edc3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)