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 | 煇芽沂 | 111110110101011110001001111010001001111110001011 | fb5789e89f8b |
EUC-JP | 煇芽沂 | 10001111110010011111010110110010111010101101110111101011 | 8fc9f5b2eaddeb |
UTF-8 | 煇芽沂 | 111001111000010110000111111010001000101010111101111001101011001010000010 | e78587e88abde6b282 |
UHC | 煇芽沂 | 111111011100100011100100101101001101000110101010 | fdc8e4b4d1aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)