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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 遽ウ諸ソB | 11100111101011111011001111111011101010011011111101000010 | e7afb3fba9bf42 |
EUC-JP | 遽ウ?ソB | 1110111010110001100011101011001100111111100011101011111101000010 | eeb18eb33f8ebf42 |
UTF-8 | 遽ウ諸ソB | 11101001100000011011110111101111101111011011001111101111101010001010001011101111101111011011111101000010 | e981bdefbdb3efa8a2efbdbf42 |
UHC | 遽???B | 110010111110100000111111001111110011111101000010 | cbe83f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)