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 | 脂?諸 | 1000111010001001001111111000111110010100 | 8e893f8f94 |
EUC-JP | 脂?諸 | 1011101111101001001111111011110111110100 | bbe93fbdf4 |
UTF-8 | 脂렖諸 | 111010001000010010000010111010111010000010010110111010001010101110111000 | e88482eba096e8abb8 |
UHC | 脂렖諸 | 111100101011011110001110101010111111000010110011 | f2b78eabf0b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)