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 | 薜臥洪^ | 11100101010011111000100111100111100011010101111001011110 | e54f89e78d5e5e |
| EUC-JP | 薜臥洪^ | 11101001101100001011001011101001101110011011111101011110 | e9b0b2e9b9bf5e |
| UTF-8 | 薜臥洪^ | 11101000100101101001110011101000100001111010010111100110101101001010101001011110 | e8969ce887a5e6b4aa5e |
| UHC | ?臥洪^ | 001111111110100011000010111110111111001101011110 | 3fe8c2fbf35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)