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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 餓??鸚?? | 1000100111101100001111110011111111101010010111110011111100111111 | 89ec3f3fea5f3f3f |
EUC-JP | 餓??鸚?? | 1011001011101110001111110011111111110011110000000011111100111111 | b2ee3f3ff3c03f3f |
UTF-8 | 餓뽬큹鸚싮걫 | 111010011010010010010011111010111011110110101100111011011000000110111001111010011011100010011010111011001000101110101110111010101011000110101011 | e9a493ebbdaced81b9e9b89aec8baeeab1ab |
UHC | 餓뽬큹鸚싮걫 | 111001001011101110010110111010001011010010001000111001011010010010011010111010011000000110010100 | e4bb96e8b488e5a49ae98194 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)