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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 疑?煉 | 1000101101011110001111111001011111111001 | 8b5e3f97f9 |
EUC-JP | 疑?煉 | 1011010110111111001111111100111011111011 | b5bf3fcefb |
UTF-8 | 疑얘煉 | 111001111001011010010001111011001001011010011000111001111000010110001001 | e79691ec9698e78589 |
UHC | 疑얘煉 | 111010111111011110111110111010101101011010100001 | ebf7beead6a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)