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 | ????@h | 001111110011111100111111001111110100000001101000 | 3f3f3f3f4068 |
SJIS-WIN | 「・。ニ@h | 101000101010010110100001110001100100000001101000 | a2a5a1c64068 |
EUC-JP | 「・。ニ@h | 10001110101000101000111010100101100011101010000110001110110001100100000001101000 | 8ea28ea58ea18ec64068 |
UTF-8 | 「・。ニ@h | 1110111110111101101000101110111110111101101001011110111110111101101000011110111110111110100001100100000001101000 | efbda2efbda5efbda1efbe864068 |
UHC | ????@h | 001111110011111100111111001111110100000001101000 | 3f3f3f3f4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)