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 | 莉ー奛ョ | 111001001011101110110000111110101010000110101110 | e4bbb0faa1ae |
| EUC-JP | 莉ー奛ョ | 111010001011110110001110101100001000111110111000111101111000111010101110 | e8bd8eb08fb8f78eae |
| UTF-8 | 莉ー奛ョ | 111010001000111010001001111011111011110110110000111001011010010110011011111011111011110110101110 | e88e89efbdb0e5a59befbdae |
| UHC | 莉??? | 1101011111101001001111110011111100111111 | d7e93f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)