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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 治鰲磁斜 | 11110001111110001000111010100001111010011110000010001110101001011000111011001110 | f1f88ea1e9e08ea58ece |
EUC-JP | ?治鰲磁斜 | 001111111011110010100011111100101110001010111100101001111011110011010000 | 3fbca3f2e2bca7bcd0 |
UTF-8 | 治鰲磁斜 | 111011101000010110110011111001101011001010111011111010011011000010110010111001111010001110000001111001101001011010011100 | ee85b3e6b2bbe9b0b2e7a381e6969c |
UHC | ?治鰲磁斜 | 001111111111011010111101111010001010011111101101101110001101111011011000 | 3ff6bde8a7edb8ded8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)