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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 。ョ」ッ。ケ | 101000011010111010100011101011111010000110111001 | a1aea3afa1b9 |
EUC-JP | 。ョ」ッ。ケ | 100011101010000110001110101011101000111010100011100011101010111110001110101000011000111010111001 | 8ea18eae8ea38eaf8ea18eb9 |
UTF-8 | 。ョ」ッ。ケ | 111011111011110110100001111011111011110110101110111011111011110110100011111011111011110110101111111011111011110110100001111011111011110110111001 | efbda1efbdaeefbda3efbdafefbda1efbdb9 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)