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 | ????{d | 001111110011111100111111001111110111101101100100 | 3f3f3f3f7b64 |
SJIS-WIN | 篠ヤト室{d | 1000111011000010110101001100010010001110101110100111101101100100 | 8ec2d4c48eba7b64 |
EUC-JP | 篠ヤト室{d | 10111100110001001000111011010100100011101100010010111100101111000111101101100100 | bcc48ed48ec4bcbc7b64 |
UTF-8 | 篠ヤト室{d | 1110011110101111101000001110111110111110100101001110111110111110100001001110010110101110101001000111101101100100 | e7afa0efbe94efbe84e5aea47b64 |
UHC | 篠??室{d | 1110000111000110001111110011111111100011111110000111101101100100 | e1c63f3fe3f87b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)