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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 餓Β | 10001001111011001000001110100000 | 89ec83a0 |
EUC-JP | 餓Β | 10110010111011101010011010100010 | b2eea6a2 |
UTF-8 | 餓Β | 1110100110100100100100111100111010010010 | e9a493ce92 |
UHC | 餓Β | 11100100101110111010010111000010 | e4bba5c2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)