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 | ????D^ | 001111110011111100111111001111110100010001011110 | 3f3f3f3f445e |
SJIS-WIN | シニシタD^ | 101111001100011010111100110000000100010001011110 | bcc6bcc0445e |
EUC-JP | シニシタD^ | 10001110101111001000111011000110100011101011110010001110110000000100010001011110 | 8ebc8ec68ebc8ec0445e |
UTF-8 | シニシタD^ | 1110111110111101101111001110111110111110100001101110111110111101101111001110111110111110100000000100010001011110 | efbdbcefbe86efbdbcefbe80445e |
UHC | ????D^ | 001111110011111100111111001111110100010001011110 | 3f3f3f3f445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)