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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 之?之?^ | 10010100010101100011111110010100010101100011111101011110 | 94563f94563f5e |
EUC-JP | 之?之?^ | 11000111101101110011111111000111101101110011111101011110 | c7b73fc7b73f5e |
UTF-8 | 之㏈之㏈^ | 11100100101110011000101111100011100011111000100011100100101110011000101111100011100011111000100001011110 | e4b98be38f88e4b98be38f885e |
UHC | 之㏈之㏈^ | 111100011111110110100111101111001111000111111101101001111011110001011110 | f1fda7bcf1fda7bc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)