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 | 巽蔵贈\ | 10010010010001101001000110100000100100011010000101011100 | 924691a091a15c |
EUC-JP | 巽蔵贈\ | 11000011101001111100001010100010110000101010001101011100 | c3a7c2a2c2a35c |
UTF-8 | 巽蔵贈\ | 11100101101101111011110111101000100101001011010111101000101101001000100001011100 | e5b7bde894b5e8b4885c |
UHC | 巽?贈\ | 111000011101111000111111111100011111110001011100 | e1de3ff1fc5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)