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 | 磆睹灌 | 111000011111010111100001110011111001111111110011 | e1f5e1cf9ff3 |
EUC-JP | 磆睹灌 | 111000101111011111100010110100011101111011110101 | e2f7e2d1def5 |
UTF-8 | 磆睹灌 | 111001111010001110000110111001111001110110111001111001111000000110001100 | e7a386e79db9e7818c |
UHC | ?睹灌 | 0011111111010100101010011100111010110100 | 3fd4a9ceb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)