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 | 瑚?幸? | 100011001110100000111111100011010100101100111111 | 8ce83f8d4b3f |
| EUC-JP | 瑚?幸? | 101110001110101000111111101110011010110000111111 | b8ea3fb9ac3f |
| UTF-8 | 瑚렞幸㎗ | 111001111001000110011010111010111010000010011110111001011011100110111000111000111000111010010111 | e7919aeba09ee5b9b8e38e97 |
| UHC | 瑚렞幸㎗ | 1111101111010001100011101010111111111010101110011010011110100011 | fbd18eaffab9a7a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)