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 | éý?? | 11101001111111010011111100111111 | e9fd3f3f |
SJIS-WIN | ???蹣 | 0011111100111111001111111110011101001001 | 3f3f3fe749 |
EUC-JP | éýœ蹣 | 1000111110101011101100011000111110101011111100101000111110101001110011011110110110101010 | 8fabb18fabf28fa9cdedaa |
UTF-8 | éýœ蹣 | 110000111010100111000011101111011100010110010011111010001011100110100011 | c3a9c3bdc593e8b9a3 |
UHC | ??œ? | 0011111100111111101010011010101100111111 | 3f3fa9ab3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)