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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
| SJIS-WIN | 沃h?底??^ | 10010111100000001000001010001000001111111001001011101010001111110011111101011110 | 978082883f92ea3f3f5e |
| EUC-JP | 沃h?底??^ | 11001101111000001010001111101000001111111100010011101100001111110011111101011110 | cde0a3e83fc4ec3f3f5e |
| UTF-8 | 沃h꼇底쏙쉠^ | 11100110101100101000001111101111101111011000100011101010101111001000011111100101101110101001010111101100100011111001100111101100100010011010000001011110 | e6b283efbd88eabc87e5ba95ec8f99ec89a05e |
| UHC | 沃h꼇底쏙쉠^ | 11101000101010101010001111101000101100101011101111101110101111001011110111101111101111011010101001011110 | e8aaa3e8b2bbeebcbdefbdaa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)