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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 韜軟刊\ | 11101000111010011001001111101110100010101010011101011100 | e8e993ee8aa75c |
EUC-JP | 韜軟刊\ | 11110000111010111100011011110000101101001010100101011100 | f0ebc6f0b4a95c |
UTF-8 | 韜軟刊\ | 11101001100111111001110011101000101110111001111111100101100010001000101001011100 | e99f9ce8bb9fe5888a5c |
UHC | 韜軟刊\ | 11010100101101111110011011100011110010101100101001011100 | d4b7e6e3caca5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)