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 | 爭耿珵 | 111000001010010111100011110101001111101101100110 | e0a5e3d4fb66 |
EUC-JP | 爭耿珵 | 11100000101001111110011011010110100011111100101111111001 | e0a7e6d68fcbf9 |
UTF-8 | 爭耿珵 | 111001111000100010101101111010001000000010111111111001111000111110110101 | e788ade880bfe78fb5 |
UHC | 爭耿? | 1110111010110011110011001110101000111111 | eeb3ccea3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)