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 | 繹??? | 1110001110001000001111110011111100111111 | e3883f3f3f |
EUC-JP | 繹??縯 | 11100101111010000011111100111111100011111101010011001011 | e5e83f3f8fd4cb |
UTF-8 | 繹먮젎縯 | 111001111011100110111001111010111010100010101110111011001010000010001110111001111011100010101111 | e7b9b9eba8aeeca08ee7b8af |
UHC | 繹먮젎縯 | 1110011010111010100100001110101110100000100011111110011011100000 | e6ba90eba08fe6e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)