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 | ?????^c^ | 0011111100111111001111110011111100111111010111100110001101011110 | 3f3f3f3f3f5e635e |
SJIS-WIN | ?????^c^ | 0011111100111111001111110011111100111111010111100110001101011110 | 3f3f3f3f3f5e635e |
EUC-JP | ?????^c^ | 0011111100111111001111110011111100111111010111100110001101011110 | 3f3f3f3f3f5e635e |
UTF-8 | 렺첨렺쩡렕^c^ | 111010111010000010111010111011001011001010101000111010111010000010111010111011001010100110100001111010111010000010010101010111100110001101011110 | eba0baecb2a8eba0baeca9a1eba0955e635e |
UHC | 렺첨렺쩡렕^c^ | 10001110110000101100001110110111100011101100001011000010110001001000111010101010010111100110001101011110 | 8ec2c3b78ec2c2c48eaa5e635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)