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 | 贖赦蔀 | 111001101101110010001110110011011000111011000001 | e6dc8ecd8ec1 |
EUC-JP | 贖赦蔀 | 111011001101111010111100110011111011110011000011 | ecdebccfbcc3 |
UTF-8 | 贖赦蔀 | 111010001011010010010110111010001011010110100110111010001001010010000000 | e8b496e8b5a6e89480 |
UHC | 贖赦? | 1110000111011011110111101111010100111111 | e1dbdef53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)