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 | ???爾?? | 00111111001111110011111110001110101000100011111100111111 | 3f3f3f8ea23f3f |
| EUC-JP | 璵??爾?? | 100011111100110011100110001111110011111110111100101001000011111100111111 | 8fcce63f3fbca43f3f |
| UTF-8 | 璵밟궗爾멨푻 | 111001111001001010110101111010111011000010011111111010101011011010010111111001111000100010111110111010111010100110101000111011011001000110111011 | e792b5ebb09feab697e788beeba9a8ed91bb |
| UHC | 璵밟궗爾멨푻 | 111001101010010110111001111000101000001010101100111011001011001110111000111001011011111010000111 | e6a5b9e282acecb3b8e5be87 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)