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 | ?????q | 001111110011111100111111001111110011111101110001 | 3f3f3f3f3f71 |
SJIS-WIN | ?????q | 001111110011111100111111001111110011111101110001 | 3f3f3f3f3f71 |
EUC-JP | ?????q | 001111110011111100111111001111110011111101110001 | 3f3f3f3f3f71 |
UTF-8 | 혵혣혗혣혝q | 11101101100110001011010111101101100110001010001111101101100110001001011111101101100110001010001111101101100110001001110101110001 | ed98b5ed98a3ed9897ed98a3ed989d71 |
UHC | 혵혣혗혣혝q | 1100001010011100110000101000110011000010100000101100001010001100110000101000011101110001 | c29cc28cc282c28cc28771 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)