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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 邏苓オヲ淲 | 1110011110110100100101111110100010110101101001101111101101000100 | e7b497e8b5a6fb44 |
EUC-JP | 邏苓オヲ? | 111011101011011011001110111010101000111010110101100011101010011000111111 | eeb6ceea8eb58ea63f |
UTF-8 | 邏苓オヲ淲 | 111010011000001010001111111010001000101110010011111011111011110110110101111011111011110110100110111001101011011110110010 | e9828fe88b93efbdb5efbda6e6b7b2 |
UHC | 邏???? | 110101011010010000111111001111110011111100111111 | d5a43f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)