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 | 驍オ遞 | 1110100110000010101101011110011110101000 | e982b5e7a8 |
EUC-JP | 驍オ遞 | 111100011110001010001110101101011110111010101010 | f1e28eb5eeaa |
UTF-8 | 驍オ遞 | 111010011010100110001101111011111011110110110101111010011000000110011110 | e9a98defbdb5e9819e |
UHC | 驍?遞 | 1111110110100100001111111111010011110110 | fda43ff4f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)