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 | 疾霑 | 111100001010000110001110101111101110100010111111 | f0a18ebee8bf |
EUC-JP | ?疾霑 | 0011111110111100110000001111000011000001 | 3fbcc0f0c1 |
UTF-8 | 疾霑 | 111011101000000110100000111001111001011010111110111010011001110010010001 | ee81a0e796bee99c91 |
UHC | ?疾霑 | 0011111111110010111100001110111111000101 | 3ff2f0efc5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)