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 | 瀇質渼 | 111110110100111110001110101111111111101101001001 | fb4f8ebffb49 |
EUC-JP | 瀇質渼 | 1000111111001001101011011011110011000001100011111100011111110000 | 8fc9adbcc18fc7f0 |
UTF-8 | 瀇質渼 | 111001111000000010000111111010001011001110101010111001101011100010111100 | e78087e8b3aae6b8bc |
UHC | ?質渼 | 0011111111110010111101011101101010110100 | 3ff2f5dab4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)