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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 鶯\ | 1110100111110010111101011110011101011100 | e9f2f5e75c |
EUC-JP | 鶯?\ | 11110010111101000011111101011100 | f2f43f5c |
UTF-8 | 鶯\ | 11101001101101101010111111101110100100011001001001011100 | e9b6afee91925c |
UHC | 鶯?\ | 11100101101000110011111101011100 | e5a33f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)