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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 筌??爾? | 11100010101000110011111100111111100011101010001000111111 | e2a33f3f8ea23f |
| EUC-JP | 筌??爾? | 11100100101001010011111100111111101111001010010000111111 | e4a53f3fbca43f |
| UTF-8 | 筌롢굥爾큀 | 111001111010110110001100111010111010000110100010111010101011010110100101111001111000100010111110111011011000000110000000 | e7ad8ceba1a2eab5a5e788beed8180 |
| UHC | 筌롢굥爾큀 | 11101111101001111000111011100011100000101000101111101100101100111011010001001111 | efa78ee3828becb3b44f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)