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 | ????х? | 00111111001111110011111100111111100001001000011100111111 | 3f3f3f3f84873f |
| EUC-JP | ????х? | 00111111001111110011111100111111101001111110011100111111 | 3f3f3f3fa7e73f |
| UTF-8 | 淋뺥쉻泥х솻 | 1110111110100111101101011110101110111010101001011110110010001001101110111110111110100111101000111101000110000101111011001000011010111011 | efa7b5ebbaa5ec89bbefa7a3d185ec86bb |
| UHC | 淋뺥쉻泥х솻 | 111011001111100010010101111011011001101010010001111011001011001010101100111001111001100110110000 | ecf895ed9a91ecb2ace799b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)