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 | 趙護∑ | 111001101110001010001100111011001000011110010100 | e6e28cec8794 |
EUC-JP | 趙護? | 1110110011100100101110001110111000111111 | ece4b8ee3f |
UTF-8 | 趙護∑ | 111010001011011010011001111010001010110110110111111000101000100010010001 | e8b699e8adb7e28891 |
UHC | 趙護∑ | 111100001110000111111011110111101010001010110010 | f0e1fbdea2b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)