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 | 100111111000000111100010101111110011111100111111001111110011111101000001 | 9f81e2bf3f3f3f3f41 |
| EUC-JP | 氈篩??嫄?A | 1101110111100001111001001100000100111111001111111000111110111010101000010011111101000001 | dde1e4c13f3f8fbaa13f41 |
| UTF-8 | 氈篩렭렰嫄렜A | 11100110101100001000100011100111101011111010100111101011101000001010110111101011101000001011000011100101101010111000010011101011101000001001110001000001 | e6b088e7afa9eba0adeba0b0e5ab84eba09c41 |
| UHC | 氈篩렭렰嫄렜A | 11101110111111011101111011101000100011101011101010001110101111011110101010110001100011101010111001000001 | eefddee88eba8ebdeab18eae41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)