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 | 芫鰹醜萬駈蒐 | 111001001000101110001010100011111000111101011000111001001101110110001011111011011000111101001110 | e48b8a8f8f58e4dd8bed8f4e |
| EUC-JP | 芫鰹醜萬駈蒐 | 111001111110101110110011111011111011110110111001111010001101111110110110111011111011110110101111 | e7ebb3efbdb9e8dfb6efbdaf |
| UTF-8 | 芫鰹醜萬駈蒐 | 111010001000101010101011111010011011000010111001111010011000011010011100111010001001000010101100111010011010011110001000111010001001001010010000 | e88aabe9b0b9e9869ce890ace9a788e89290 |
| UHC | ??醜萬?蒐 | 001111110011111111110101110111011101100010111111001111111110001010111101 | 3f3ff5ddd8bf3fe2bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)