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 | çùæÍ | 11100111111110011001111111100110100001111000110111001101 | e7f99fe6878dcd |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | çù?æ??Í | 100011111010101110101110100011111010101111100011001111111000111110101001110000010011111100111111100011111010101010111111 | 8fabae8fabe33f8fa9c13f3f8faabf |
UTF-8 | çùæÍ | 1100001110100111110000111011100111000010100111111100001110100110110000101000011111000010100011011100001110001101 | c3a7c3b9c29fc3a6c287c28dc38d |
UHC | ???æ??? | 0011111100111111001111111010100110100001001111110011111100111111 | 3f3f3fa9a13f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)