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 | ?蹉船 | 0011111111100111010000011001000101000100 | 3fe7419144 |
EUC-JP | 馦蹉船 | 10001111111010001111101011101101101000101100000110100101 | 8fe8faeda2c1a5 |
UTF-8 | 馦蹉船 | 111010011010011010100110111010001011100110001001111010001000100010111001 | e9a6a6e8b989e888b9 |
UHC | ?蹉船 | 0011111111110011101100101110000011001111 | 3ff3b2e0cf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)