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 | 韆皮名\ | 11101000111001101001010011100111100101101011110001011100 | e8e694e796bc5c |
EUC-JP | 韆皮名\ | 11110000111010001100100011101001110011001011111001011100 | f0e8c8e9ccbe5c |
UTF-8 | 韆皮名\ | 11101001100111111000011011100111100110101010111011100101100100001000110101011100 | e99f86e79aaee5908d5c |
UHC | 韆皮名\ | 11110100110001111111100110101011110110011010001101011100 | f4c7f9abd9a35c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)