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 | 襭推恨 | 111001100100001010010000100001001000110110100110 | e64290848da6 |
EUC-JP | 襭推恨 | 111010111010001110111111111001001011101010101000 | eba3bfe4baa8 |
UTF-8 | 襭推恨 | 111010001010010110101101111001101000111010101000111001101000000110101000 | e8a5ade68ea8e681a8 |
UHC | ?推恨 | 0011111111110101110011111111100111001111 | 3ff5cff9cf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)