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 | 罩岩酋 | 111000111010101110001010111000101000111101010101 | e3ab8ae28f55 |
EUC-JP | 罩岩酋 | 111001101010110110110100111001001011110110110110 | e6adb4e4bdb6 |
UTF-8 | 罩岩酋 | 111001111011110110101001111001011011001010101001111010011000010110001011 | e7bda9e5b2a9e9858b |
UHC | ?岩酋 | 0011111111100100110110111111010111011100 | 3fe4dbf5dc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)