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 | ??????A | 00111111001111110011111100111111001111110011111101000001 | 3f3f3f3f3f3f41 |
| SJIS-WIN | ???節??A | 0011111100111111001111111001000011011111001111110011111101000001 | 3f3f3f90df3f3f41 |
| EUC-JP | 縕??節??A | 10001111110101001100001000111111001111111100000011100001001111110011111101000001 | 8fd4c23f3fc0e13f3f41 |
| UTF-8 | 縕됧툤節뤄슬A | 11100111101110001001010111101011100100001010011111101101100010001010010011100111101011111000000011101011101001001000010011101100100010101010110001000001 | e7b895eb90a7ed88a4e7af80eba484ec8aac41 |
| UHC | 縕됧툤節뤄슬A | 11101000101100101000100111100101101110001001101111101111101111011011011111101111101111011011110101000001 | e8b289e5b89befbdb7efbdbd41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)