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 | 脂拔汐 | 100011101000100110011101010101011000111010101100 | 8e899d558eac |
EUC-JP | 脂拔汐 | 101110111110100111011001101101101011110010101110 | bbe9d9b6bcae |
UTF-8 | 脂拔汐 | 111010001000010010000010111001101000101110010100111001101011000110010000 | e88482e68b94e6b190 |
UHC | 脂拔汐 | 111100101011011111011010111110111110000010110001 | f2b7dafbe0b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)