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 | ??@??@B | 00111111001111110100000000111111001111110100000001000010 | 3f3f403f3f4042 |
SJIS-WIN | 杢紡@杢紡@B | 1001011011011011100101100110000101000000100101101101101110010110011000010100000001000010 | 96db96614096db96614042 |
EUC-JP | 杢紡@杢紡@B | 1100110011011101110010111100001001000000110011001101110111001011110000100100000001000010 | ccddcbc240ccddcbc24042 |
UTF-8 | 杢紡@杢紡@B | 111001101001110110100010111001111011010010100001010000001110011010011101101000101110011110110100101000010100000001000010 | e69da2e7b4a140e69da2e7b4a14042 |
UHC | ?紡@?紡@B | 001111111101101110110111010000000011111111011011101101110100000001000010 | 3fdbb7403fdbb74042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)