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 | è޶械 | 111010001101111010110110111001101010001010110000 | e8deb6e6a2b0 |
SJIS-WIN | ??¶?¢° | 001111110011111110000001111101110011111110000001100100011000000110001011 | 3f3f81f73f8191818b |
EUC-JP | è޶械 | 100011111010101110110010100011111010100110110000101000101111100110001111101010011100000110100001111100011010000111101011 | 8fabb28fa9b0a2f98fa9c1a1f1a1eb |
UTF-8 | è޶械 | 110000111010100011000011100111101100001010110110110000111010011011000010101000101100001010110000 | c3a8c39ec2b6c3a6c2a2c2b0 |
UHC | ?޶� | 00111111101010001010110110100010110100101010100110100001001111111010000111000110 | 3fa8ada2d2a9a13fa1c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)