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 | ûêTY | 1001100111111011111010100101010001011001 | 99fbea5459 |
SJIS-WIN | ???TY | 0011111100111111001111110101010001011001 | 3f3f3f5459 |
EUC-JP | ?ûêTY | 001111111000111110101011111001011000111110101011101101000101010001011001 | 3f8fabe58fabb45459 |
UTF-8 | ûêTY | 1100001010011001110000111011101111000011101010100101010001011001 | c299c3bbc3aa5459 |
UHC | ???TY | 0011111100111111001111110101010001011001 | 3f3f3f5459 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)