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 | 雍?肢?θ | 1110100010110100001111111000111010001000001111111000001111000110 | e8b43f8e883f83c6 |
EUC-JP | 雍?肢?θ | 1111000010110110001111111011101111101000001111111010011011001000 | f0b63fbbe83fa6c8 |
UTF-8 | 雍렟肢꿨θ | 1110100110011011100011011110101110100000100111111110100010000010101000101110101010111111101010001100111010111000 | e99b8deba09fe882a2eabfa8ceb8 |
UHC | 雍렟肢꿨θ | 11101000101111001000111010110000111100101011011010110010111001011010010111101000 | e8bc8eb0f2b6b2e5a5e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)