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 | ????@ | 0011111100111111001111110011111101000000 | 3f3f3f3f40 |
SJIS-WIN | 遞咲ァ」@ | 11100111101010001000110111100111101001111010001101000000 | e7a88de7a7a340 |
EUC-JP | 遞咲ァ」@ | 111011101010101010111010111010011000111010100111100011101010001101000000 | eeaabae98ea78ea340 |
UTF-8 | 遞咲ァ」@ | 11101001100000011001111011100101100100101011001011101111101111011010011111101111101111011010001101000000 | e9819ee592b2efbda7efbda340 |
UHC | 遞???@ | 111101001111011000111111001111110011111101000000 | f4f63f3f3f40 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)