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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 韈壼頃蓁皮」 | 1110100011100111100110101110010110001101101000001110010011101011100101001110011110100011 | e8e79ae58da0e4eb94e7a3 |
EUC-JP | 韈壼頃蓁皮」 | 111100001110100111010100111001111011101010100010111010001110110111001000111010011000111010100011 | f0e9d4e7baa2e8edc8e98ea3 |
UTF-8 | 韈壼頃蓁皮」 | 111010011001111110001000111001011010001110111100111010011010000010000011111010001001001110000001111001111001101010101110111011111011110110100011 | e99f88e5a3bce9a083e89381e79aaeefbda3 |
UHC | ??頃?皮? | 0011111100111111110011001111000100111111111110011010101100111111 | 3f3fccf13ff9ab3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)