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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
| SJIS-WIN | 瓦????Р? | 100010101010001000111111001111110011111100111111100001000101000100111111 | 8aa23f3f3f3f84513f |
| EUC-JP | 瓦????Р? | 101101001010010000111111001111110011111100111111101001111011001000111111 | b4a43f3f3f3fa7b23f |
| UTF-8 | 瓦닺궟轢됮Р樂 | 1110011110010011101001101110101110001011101110101110101010110110100111111110111110100110100011011110101110010000101011101101000010100000111011111010011010111111 | e793a6eb8bbaeab69fefa68deb90aed0a0efa6bf |
| UHC | 瓦닺궟轢됮Р樂 | 1110100010111111101101001110100010000010101100101110011010111100100010011110100110101100101100101110100011111001 | e8bfb4e882b2e6bc89e9acb2e8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)