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 | 11101000110011001000111011010111100011101010100101101000 | e8cc8ed78ea968 |
SJIS-WIN | ???×??h | 0011111100111111001111111000000101111110001111110011111101101000 | 3f3f3f817e3f3f68 |
EUC-JP | èÌ?×?©h | 1000111110101011101100101000111110101010110000000011111110100001110111110011111110001111101000101110110101101000 | 8fabb28faac03fa1df3f8fa2ed68 |
UTF-8 | èÌשh | 11000011101010001100001110001100110000101000111011000011100101111100001010001110110000101010100101101000 | c3a8c38cc28ec397c28ec2a968 |
UHC | ???×??h | 0011111100111111001111111010000110111111001111110011111101101000 | 3f3f3fa1bf3f3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)