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 | ?忌涓 | 0011111110001010111101011001111110110000 | 3f8af59fb0 |
EUC-JP | ?忌涓 | 0011111110110100111101111101111010110010 | 3fb4f7deb2 |
UTF-8 | 룵忌涓 | 111010111010001110110101111001011011111110001100111001101011011010010011 | eba3b5e5bf8ce6b693 |
UHC | 룵忌涓 | 100011111010101011010000111110111110011011001111 | 8faad0fbe6cf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)