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 | 鬢俯漕 | 111010011010010010011000111010111001000110000110 | e9a498eb9186 |
EUC-JP | 鬢俯漕 | 111100101010011011010000111011011100000111100110 | f2a6d0edc1e6 |
UTF-8 | 鬢俯漕 | 111010011010110010100010111001001011111110101111111001101011110010010101 | e9aca2e4bfafe6bc95 |
UHC | ?俯漕 | 0011111111011100111101101111000011001100 | 3fdcf6f0cc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)