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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 授宣授宣^ | 100011101111011010010000111010011000111011110110100100001110100101011110 | 8ef690e98ef690e95e |
EUC-JP | 授宣授宣^ | 101111001111100011000000111010111011110011111000110000001110101101011110 | bcf8c0ebbcf8c0eb5e |
UTF-8 | 授宣授宣^ | 11100110100011101000100011100101101011101010001111100110100011101000100011100101101011101010001101011110 | e68e88e5aea3e68e88e5aea35e |
UHC | 授宣授宣^ | 111000101010001111100000101111101110001010100011111000001011111001011110 | e2a3e0bee2a3e0be5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)