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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蜈育擅 | 111001011000010110001000111001111001110110100001 | e58588e79da1 |
EUC-JP | 蜈育擅 | 111010011110010110110000111010011101101010100011 | e9e5b0e9daa3 |
UTF-8 | 蜈育擅 | 111010001001110010001000111010001000001010110010111001101001001110000101 | e89c88e882b2e69385 |
UHC | 蜈育擅 | 111010001010010111101011110000001111010010111010 | e8a5ebc0f4ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)