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 | 弔?源?悠? | 100100101010001000111111100011001011100100111111100101110100100100111111 | 92a23f8cb93f97493f |
| EUC-JP | 弔?源?悠? | 110001001010010000111111101110001011101100111111110011011010101000111111 | c4a43fb8bb3fcdaa3f |
| UTF-8 | 弔렟源렰悠괍 | 111001011011110010010100111010111010000010011111111001101011101010010000111010111010000010110000111001101000001010100000111010101011010010001101 | e5bc94eba09fe6ba90eba0b0e682a0eab48d |
| UHC | 弔렟源렰悠괍 | 111100001100000010001110101100001110101010111001100011101011110111101010111011011011000110100010 | f0c08eb0eab98ebdeaedb1a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)