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 | 謝式謝嫉 | 1000111011010011100011101010111010001110110100111000111010111001 | 8ed38eae8ed38eb9 |
EUC-JP | 謝式謝嫉 | 1011110011010101101111001011000010111100110101011011110010111011 | bcd5bcb0bcd5bcbb |
UTF-8 | 謝式謝嫉 | 111010001010110010011101111001011011110010001111111010001010110010011101111001011010101110001001 | e8ac9de5bc8fe8ac9de5ab89 |
UHC | 謝式謝嫉 | 1101111011110011111000111101001011011110111100111111001011101100 | def3e3d2def3f2ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)