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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 脂畔ν脂 | 1000111010001001100101001100100010000011110010111000111010001001 | 8e8994c883cb8e89 |
EUC-JP | 脂畔ν脂 | 1011101111101001110010001100101010100110110011011011101111101001 | bbe9c8caa6cdbbe9 |
UTF-8 | 脂畔ν脂 | 1110100010000100100000101110011110010101100101001100111010111101111010001000010010000010 | e88482e79594cebde88482 |
UHC | 脂畔ν脂 | 1111001010110111110110101110110110100101111011011111001010110111 | f2b7daeda5edf2b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)