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[ | 10010000010110111001110010001001011010001001000001011011 | 905b9c8968905b |
SJIS-WIN | ?[??h?[ | 00111111010110110011111100111111011010000011111101011011 | 3f5b3f3f683f5b |
EUC-JP | ?[??h?[ | 00111111010110110011111100111111011010000011111101011011 | 3f5b3f3f683f5b |
UTF-8 | [h[ | 1100001010010000010110111100001010011100110000101000100101101000110000101001000001011011 | c2905bc29cc28968c2905b |
UHC | ?[??h?[ | 00111111010110110011111100111111011010000011111101011011 | 3f5b3f3f683f5b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)