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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 疑??豫 | 100010110101111000111111001111111001100010101100 | 8b5e3f3f98ac |
EUC-JP | 疑??豫 | 101101011011111100111111001111111101000010101110 | b5bf3f3fd0ae |
UTF-8 | 疑뀀펰豫 | 111001111001011010010001111010111000000010000000111011011000111010110000111010001011000110101011 | e79691eb8080ed8eb0e8b1ab |
UHC | 疑뀀펰豫 | 1110101111110111101100101110101110111100100000101110011111100011 | ebf7b2ebbc82e7e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)