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 | 鬢俯其 | 111010011010010010011000111010111001000110110100 | e9a498eb91b4 |
EUC-JP | 鬢俯其 | 111100101010011011010000111011011100001010110110 | f2a6d0edc2b6 |
UTF-8 | 鬢俯其 | 111010011010110010100010111001001011111110101111111001011000010110110110 | e9aca2e4bfafe585b6 |
UHC | ?俯其 | 0011111111011100111101101101000011101100 | 3fdcf6d0ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)