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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 佝佝佝佝 | 1001100011000110100110001100011010011000110001101001100011000110 | 98c698c698c698c6 |
EUC-JP | 佝佝佝佝 | 1101000011001000110100001100100011010000110010001101000011001000 | d0c8d0c8d0c8d0c8 |
UTF-8 | 佝佝佝佝 | 111001001011110110011101111001001011110110011101111001001011110110011101111001001011110110011101 | e4bd9de4bd9de4bd9de4bd9d |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)