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 | ???F | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | 猩猯狠F | 11100000110011011110000011001100111000001100000101000110 | e0cde0cce0c146 |
EUC-JP | 猩猯狠F | 11100000110011111110000011001110111000001100001101000110 | e0cfe0cee0c346 |
UTF-8 | 猩猯狠F | 11100111100011001010100111100111100011001010111111100111100010111010000001000110 | e78ca9e78cafe78ba046 |
UHC | 猩??F | 1110000011111010001111110011111101000110 | e0fa3f3f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)