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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 籤。ト寬 | 111000101101110010100001110001001111101010101010 | e2dca1c4faaa |
| EUC-JP | 籤。ト? | 11100100110111101000111010100001100011101100010000111111 | e4de8ea18ec43f |
| UTF-8 | 籤。ト寬 | 111001111011000110100100111011111011110110100001111011111011111010000100111001011010111110101100 | e7b1a4efbda1efbe84e5afac |
| UHC | 籤??寬 | 111101001101100100111111001111111100111010110000 | f4d93f3fceb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)