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 | ??r??B | 001111110011111101110010001111110011111101000010 | 3f3f723f3f42 |
SJIS-WIN | ?貂r?豬B | 0011111111100110101110000111001000111111111001101011010101000010 | 3fe6b8723fe6b542 |
EUC-JP | 嶴貂r嶴豬B | 100011111011101111110011111011001011101001110010100011111011101111110011111011001011011101000010 | 8fbbf3ecba728fbbf3ecb742 |
UTF-8 | 嶴貂r嶴豬B | 1110010110110110101101001110100010110010100000100111001011100101101101101011010011101000101100011010110001000010 | e5b6b4e8b28272e5b6b4e8b1ac42 |
UHC | ?貂r??B | 00111111111101011011000001110010001111110011111101000010 | 3ff5b0723f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)