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 | 窈??訝?? | 1110001001110111001111110011111111100110011000100011111100111111 | e2773f3fe6623f3f |
| EUC-JP | 窈??訝?? | 1110001111011000001111110011111111101011110000110011111100111111 | e3d83f3febc33f3f |
| UTF-8 | 窈뗤말訝뉔뒘 | 111001111010101010001000111010111001011110100100111010111010011110010000111010001010100010011101111010111000100110010100111010111001001010011000 | e7aa88eb97a4eba790e8a89deb8994eb9298 |
| UHC | 窈뗤말訝뉔뒘 | 111010011010000110001011111001001011100010111011111001001011100010000111111010011000101010010101 | e9a18be4b8bbe4b887e98a95 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)