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 | ?菽船 | 0011111111100100110000011001000101000100 | 3fe4c19144 |
EUC-JP | 饍菽船 | 10001111111010001110110111101000110000111100000110100101 | 8fe8ede8c3c1a5 |
UTF-8 | 饍菽船 | 111010011010010110001101111010001000111110111101111010001000100010111001 | e9a58de88fbde888b9 |
UHC | 饍菽船 | 111000001101011111100010110111011110000011001111 | e0d7e2dde0cf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)