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 | 淨????扶 | 1001111111000100001111110011111100111111001111111001010101111101 | 9fc43f3f3f3f957d |
EUC-JP | 淨???焌扶 | 11011110110001100011111100111111001111111000111111001001111010001100100111011110 | dec63f3f3f8fc9e8c9de |
UTF-8 | 淨렠亐렕焌扶 | 111001101011011110101000111010111010000010100000111001001011101010010000111010111010000010010101111001111000010010001100111001101000100110110110 | e6b7a8eba0a0e4ba90eba095e7848ce689b6 |
UHC | 淨렠亐렕焌扶 | 111011111110010010001110101100011110101010100111100011101010101011110001111000001101110110100110 | efe48eb1eaa78eaaf1e0dda6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)