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 | ?蕣k | 0011111111100100111110101000001010001011 | 3fe4fa828b |
EUC-JP | ?蕣k | 0011111111101000111111001010001111101011 | 3fe8fca3eb |
UTF-8 | 진蕣k | 111011001010011110000100111010001001010110100011111011111011110110001011 | eca784e895a3efbd8b |
UHC | 진蕣k | 110000011111100011100010111100101010001111101011 | c1f8e2f2a3eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)