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 | 脂勃侈 | 100011101000100110010110011101011001100011001010 | 8e89967598ca |
EUC-JP | 脂勃侈 | 101110111110100111001011110101101101000011001100 | bbe9cbd6d0cc |
UTF-8 | 脂勃侈 | 111010001000010010000010111001011000101110000011111001001011111010001000 | e88482e58b83e4be88 |
UHC | 脂勃侈 | 111100101011011111011010111110101111011010110110 | f2b7dafaf6b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)