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 | 111010001011101111100010101111110011111100111111001111110011111101000001 | e8bbe2bf3f3f3f3f41 |
| EUC-JP | 霆篩??嫄?A | 1111000010111101111001001100000100111111001111111000111110111010101000010011111101000001 | f0bde4c13f3f8fbaa13f41 |
| UTF-8 | 霆篩렭렰嫄렜A | 11101001100111001000011011100111101011111010100111101011101000001010110111101011101000001011000011100101101010111000010011101011101000001001110001000001 | e99c86e7afa9eba0adeba0b0e5ab84eba09c41 |
| UHC | 霆篩렭렰嫄렜A | 11101111111111011101111011101000100011101011101010001110101111011110101010110001100011101010111001000001 | effddee88eba8ebdeab18eae41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)