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 | 蛻カ逧 | 1110010110001000101101101110011110011010 | e588b6e79a |
EUC-JP | 蛻カ逧 | 111010011110100010001110101101101110110111111010 | e9e88eb6edfa |
UTF-8 | 蛻カ逧 | 111010001001101110111011111011111011110110110110111010011000000010100111 | e89bbbefbdb6e980a7 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)