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 | 霑壽棧\ | 11101000101111111001101011100110100111101010000001011100 | e8bf9ae69ea05c |
EUC-JP | 霑壽棧\ | 11110000110000011101010011101000110111001010001001011100 | f0c1d4e8dca25c |
UTF-8 | 霑壽棧\ | 11101001100111001001000111100101101000111011110111100110101000111010011101011100 | e99c91e5a3bde6a3a75c |
UHC | 霑壽棧\ | 11101111110001011110000111111000111011011101000001011100 | efc5e1f8edd05c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)