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 | 萬駈終芫鰹醜 | 111001001101110110001011111011011000111101001001111001001000101110001010100011111000111101011000 | e4dd8bed8f49e48b8a8f8f58 |
| EUC-JP | 萬駈終芫鰹醜 | 111010001101111110110110111011111011110110101010111001111110101110110011111011111011110110111001 | e8dfb6efbdaae7ebb3efbdb9 |
| UTF-8 | 萬駈終芫鰹醜 | 111010001001000010101100111010011010011110001000111001111011010110000010111010001000101010101011111010011011000010111001111010011000011010011100 | e890ace9a788e7b582e88aabe9b0b9e9869c |
| UHC | 萬?終??醜 | 110110001011111100111111111100001111101100111111001111111111010111011101 | d8bf3ff0fb3f3ff5dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)