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 | ???bB | 0011111100111111001111110110001001000010 | 3f3f3f6242 |
SJIS-WIN | ???bB | 0011111100111111001111110110001001000010 | 3f3f3f6242 |
EUC-JP | ???bB | 0011111100111111001111110110001001000010 | 3f3f3f6242 |
UTF-8 | 묱뫓묨bB | 1110101110101100101100011110101110101011100100111110101110101100101010000110001001000010 | ebacb1ebab93ebaca86242 |
UHC | 묱뫓묨bB | 1001001001001000100100011011010110010010010000010110001001000010 | 924891b592416242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)