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 | a¢^ | 1000100101100001100011101010001001011110 | 89618ea25e |
SJIS-WIN | ?a?¢^ | 001111110110000100111111100000011001000101011110 | 3f613f81915e |
EUC-JP | ?a?¢^ | 001111110110000100111111101000011111000101011110 | 3f613fa1f15e |
UTF-8 | a¢^ | 1100001010001001011000011100001010001110110000101010001001011110 | c28961c28ec2a25e |
UHC | ?a??^ | 0011111101100001001111110011111101011110 | 3f613f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)