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 | 題?媛??? | 1001000111101000001111111001010101010001001111110011111100111111 | 91e83f95513f3f3f |
| EUC-JP | 題?媛??? | 1100001011101010001111111100100110110010001111110011111100111111 | c2ea3fc9b23f3f3f |
| UTF-8 | 題렖媛골렰렟 | 111010011010000110001100111010111010000010010110111001011010101010011011111010101011001110101000111010111010000010110000111010111010000010011111 | e9a18ceba096e5aa9beab3a8eba0b0eba09f |
| UHC | 題렖媛골렰렟 | 111100001011100110001110101010111110101010110000101100001111000110001110101111011000111010110000 | f0b98eabeab0b0f18ebd8eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)