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 | 蟆逸擅 | 111001011011000010001000111011011001110110100001 | e5b088ed9da1 |
EUC-JP | 蟆逸擅 | 111010101011001010110000111011111101101010100011 | eab2b0efdaa3 |
UTF-8 | 蟆逸擅 | 111010001001111110000110111010011000000010111000111001101001001110000101 | e89f86e980b8e69385 |
UHC | ?逸擅 | 0011111111101100111011111111010010111010 | 3feceff4ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)