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 | 鬢俯晴 | 111010011010010010011000111010111001000010110000 | e9a498eb90b0 |
EUC-JP | 鬢俯晴 | 111100101010011011010000111011011100000010110010 | f2a6d0edc0b2 |
UTF-8 | 鬢俯晴 | 111010011010110010100010111001001011111110101111111001101001100110110100 | e9aca2e4bfafe699b4 |
UHC | ?俯晴 | 0011111111011100111101101111010011100111 | 3fdcf6f4e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)