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 | 100100101111100100111111100011101010100000111111001111110011111101000001 | 92f93f8ea83f3f3f41 |
| EUC-JP | 訂?耳?嫄?A | 1100010011111011001111111011110010101010001111111000111110111010101000010011111101000001 | c4fb3fbcaa3f8fbaa13f41 |
| UTF-8 | 訂렗耳렰嫄렜A | 11101000101010001000001011101011101000001001011111101000100000001011001111101011101000001011000011100101101010111000010011101011101000001001110001000001 | e8a882eba097e880b3eba0b0e5ab84eba09c41 |
| UHC | 訂렗耳렰嫄렜A | 11101111111101001000111010101100111011001011110010001110101111011110101010110001100011101010111001000001 | eff48eacecbc8ebdeab18eae41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)