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 | ???@h | 0011111100111111001111110100000001101000 | 3f3f3f4068 |
SJIS-WIN | 貍剰悼@h | 1110011010111100100011111110100010010011100010010100000001101000 | e6bc8fe893894068 |
EUC-JP | 貍剰悼@h | 1110110010111110101111101110101011000101111010010100000001101000 | ecbebeeac5e94068 |
UTF-8 | 貍剰悼@h | 1110100010110010100011011110010110001001101100001110011010000010101111000100000001101000 | e8b28de589b0e682bc4068 |
UHC | ??悼@h | 001111110011111111010011111110100100000001101000 | 3f3fd3fa4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)