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 | ??y@??y@B | 001111110011111101111001010000000011111100111111011110010100000001000010 | 3f3f79403f3f794042 |
SJIS-WIN | ??y@??y@B | 001111110011111101111001010000000011111100111111011110010100000001000010 | 3f3f79403f3f794042 |
EUC-JP | ??y@??y@B | 001111110011111101111001010000000011111100111111011110010100000001000010 | 3f3f79403f3f794042 |
UTF-8 | 렺챌y@렺챌y@B | 1110101110100000101110101110110010110001100011000111100101000000111010111010000010111010111011001011000110001100011110010100000001000010 | eba0baecb18c7940eba0baecb18c794042 |
UHC | 렺챌y@렺챌y@B | 10001110110000101100001110100111011110010100000010001110110000101100001110100111011110010100000001000010 | 8ec2c3a779408ec2c3a7794042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)