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 | 髱郁匯 | 111010011001110110001000111010001001100110111001 | e99d88e899b9 |
EUC-JP | 髱郁匯 | 111100011111110110110000111010101101001010111011 | f1fdb0ead2bb |
UTF-8 | 髱郁匯 | 111010011010101110110001111010011000001110000001111001011000110010101111 | e9abb1e98381e58caf |
UHC | ?郁匯 | 0011111111101001111101001111110011011101 | 3fe9f4fcdd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)