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 | ûêTh | 1001100111111011111010100101010001101000 | 99fbea5468 |
SJIS-WIN | ???Th | 0011111100111111001111110101010001101000 | 3f3f3f5468 |
EUC-JP | ?ûêTh | 001111111000111110101011111001011000111110101011101101000101010001101000 | 3f8fabe58fabb45468 |
UTF-8 | ûêTh | 1100001010011001110000111011101111000011101010100101010001101000 | c299c3bbc3aa5468 |
UHC | ???Th | 0011111100111111001111110101010001101000 | 3f3f3f5468 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)