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 | 蒻紫畿茱 | 1110010011101000100011101000011110001011010001011110010010100011 | e4e88e878b45e4a3 |
EUC-JP | 蒻紫畿茱 | 1110100011101010101110111110011110110101101001101110100010100101 | e8eabbe7b5a6e8a5 |
UTF-8 | 蒻紫畿茱 | 111010001001001010111011111001111011010010101011111001111001010110111111111010001000110010110001 | e892bbe7b4abe795bfe88cb1 |
UHC | 蒻紫畿茱 | 1110010110110110111011011011100111010001101100101110001010111100 | e5b6edb9d1b2e2bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)