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 | 00111111001111110011111100111111001111110101010001101000 | 3f3f3f3f3f5468 |
SJIS-WIN | ツ凖サテェTh | 1100001010011001110000111011101111000011101010100101010001101000 | c299c3bbc3aa5468 |
EUC-JP | ツ凖サテェTh | 100011101100001011010010110001011000111010111011100011101100001110001110101010100101010001101000 | 8ec2d2c58ebb8ec38eaa5468 |
UTF-8 | ツ凖サテェTh | 1110111110111110100000101110010110000111100101101110111110111101101110111110111110111110100000111110111110111101101010100101010001101000 | efbe82e58796efbdbbefbe83efbdaa5468 |
UHC | ?????Th | 00111111001111110011111100111111001111110101010001101000 | 3f3f3f3f3f5468 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)