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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 齊???? | 111010101000111000111111001111110011111100111111 | ea8e3f3f3f3f |
EUC-JP | 齊???? | 111100111110111000111111001111110011111100111111 | f3ee3f3f3f3f |
UTF-8 | 齊곈렋쮜홀 | 111010011011110110001010111010101011001110001000111010111010000010001011111011001010111010011100111011011001100110000000 | e9bd8aeab388eba08becae9ced9980 |
UHC | 齊곈렋쮜홀 | 11110000101110101011000011101001100011101010001011000010111010001100100010100110 | f0bab0e98ea2c2e8c8a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)