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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
| SJIS-WIN | ???二??? | 0011111100111111001111111001001111110001001111110011111100111111 | 3f3f3f93f13f3f3f |
| EUC-JP | ???二??? | 0011111100111111001111111100011011110011001111110011111100111111 | 3f3f3fc6f33f3f3f |
| UTF-8 | 樂낅뗀二븀솾硫 | 111011111010011010111111111010111000001010000101111010111001011110000000111001001011101010001100111010111011100010000000111011001000011010111110111011111010011110001110 | efa6bfeb8285eb9780e4ba8cebb880ec86beefa78e |
| UHC | 樂낅뗀二븀솾硫 | 1110100011111001100001011110101110110110101111101110110010100011101110101110011110011001101100101110101110101001 | e8f985ebb6beeca3bae799b2eba9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)