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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 疑??? | 1000101101011110001111110011111100111111 | 8b5e3f3f3f |
EUC-JP | 疑??? | 1011010110111111001111110011111100111111 | b5bf3f3f3f |
UTF-8 | 疑얕렓렰 | 111001111001011010010001111011001001011010010101111010111010000010010011111010111010000010110000 | e79691ec9695eba093eba0b0 |
UHC | 疑얕렓렰 | 1110101111110111101111101110100010001110101010001000111010111101 | ebf7bee88ea88ebd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)