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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
| SJIS-WIN | 伊逗工^ | 10001000110010011001000010000000100011010100100001011110 | 88c990808d485e |
| EUC-JP | 伊逗工^ | 10110000110010111011111111100000101110011010100101011110 | b0cbbfe0b9a95e |
| UTF-8 | 伊逗工^ | 11100100101111001000101011101001100000001001011111100101101101111010010101011110 | e4bc8ae98097e5b7a55e |
| UHC | 伊逗工^ | 11101100101001011101010011101000110011011110111101011110 | eca5d4e8cdef5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)