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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 巡壤?^ | 100011111000010010011010110111110011111101011110 | 8f849adf3f5e |
EUC-JP | 巡壤?^ | 101111011110010011010100111000010011111101011110 | bde4d4e13f5e |
UTF-8 | 巡壤빮^ | 11100101101101111010000111100101101000111010010011101011101110011010111001011110 | e5b7a1e5a3a4ebb9ae5e |
UHC | 巡壤빮^ | 11100010110111101110010110111101100101011100011101011110 | e2dee5bd95c75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)