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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 傲る?揖?^ | 100110001111110010000010111010010011111110010111010010110011111101011110 | 98fc82e93f974b3f5e |
EUC-JP | 傲る?揖?^ | 110100001111111010100100111010110011111111001101101011000011111101011110 | d0fea4eb3fcdac3f5e |
UTF-8 | 傲る챿揖폶^ | 11100101100000101011001011100011100000101000101111101100101100011011111111100110100011111001011011101101100011111011011001011110 | e582b2e3828becb1bfe68f96ed8fb65e |
UHC | 傲る챿揖폶^ | 1110011111101100101010101110101110101010100011001110101111100111101111010101100101011110 | e7ecaaebaa8cebe7bd595e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)