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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 獨痾犢牀 | 1110000011010101111000010111110111100000101101111110000010101100 | e0d5e17de0b7e0ac |
| EUC-JP | 獨痾犢牀 | 1110000011010111111000011101111011100000101110011110000010101110 | e0d7e1dee0b9e0ae |
| UTF-8 | 獨痾犢牀 | 111001111000110110101000111001111001011110111110111001111000101010100010111001111000100110000000 | e78da8e797bee78aa2e78980 |
| UHC | 獨?犢牀 | 11010100101111000011111111010100101110111101111111010001 | d4bc3fd4bbdfd1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)