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 | 莉わ繍腋 | 1110010010111011100000101110110110001111010010101110001111111100 | e4bb82ed8f4ae3fc |
| EUC-JP | 莉わ繍腋 | 1110100010111101101001001110111110111101101010111110011011111110 | e8bda4efbdabe6fe |
| UTF-8 | 莉わ繍腋 | 111010001000111010001001111000111000001010001111111001111011100110001101111010001000010110001011 | e88e89e3828fe7b98de8858b |
| UHC | 莉わ?腋 | 11010111111010011010101011101111001111111110010011111101 | d7e9aaef3fe4fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)