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 | ?×??^ | 0011111111010111001111110011111101011110 | 3fd73f3f5e |
SJIS-WIN | ?×?¥^ | 00111111100000010111111000111111100000011000111101011110 | 3f817e3f818f5e |
EUC-JP | ?×?¥^ | 00111111101000011101111100111111101000011110111101011110 | 3fa1df3fa1ef5e |
UTF-8 | 렺×렺¥^ | 111010111010000010111010110000111001011111101011101000001011101011101111101111111010010101011110 | eba0bac397eba0baefbfa55e |
UHC | 렺×렺¥^ | 100011101100001010100001101111111000111011000010101000011100110101011110 | 8ec2a1bf8ec2a1cd5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)