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 | 脂攀弴 | 100011101000100110011101101100111111101010111000 | 8e899db3fab8 |
EUC-JP | 脂攀弴 | 10111011111010011101101010110101100011111011110011101101 | bbe9dab58fbced |
UTF-8 | 脂攀弴 | 111010001000010010000010111001101001010010000000111001011011110010110100 | e88482e69480e5bcb4 |
UHC | 脂攀? | 1111001010110111110110101110011100111111 | f2b7dae73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)