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 | 勺蒔 | 10001110110110011000111010101010 | 8ed98eaa |
EUC-JP | 勺蒔 | 10111100110110111011110010101100 | bcdbbcac |
UTF-8 | 勺蒔 | 111001011000101110111010111010001001001010010100 | e58bbae89294 |
UHC | 勺蒔 | 11101101110000111110001111001000 | edc3e3c8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)