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 | 愛兒\ | 1000100010100100100110010101101001011100 | 88a4995a5c |
EUC-JP | 愛兒\ | 1011000010100110110100011011101101011100 | b0a6d1bb5c |
UTF-8 | 愛兒\ | 11100110100001001001101111100101100001011001001001011100 | e6849be585925c |
UHC | 愛兒\ | 1110010011110001111001001010111001011100 | e4f1e4ae5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)