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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 藥??也よ? | 111001010101101000111111001111111001011011100111100000101110011000111111 | e55a3f3f96e782e63f |
EUC-JP | 藥??也よ? | 111010011011101100111111001111111100110011101001101001001110100000111111 | e9bb3f3fcce9a4e83f |
UTF-8 | 藥썼꽦也よ쒼 | 111010001001011110100101111011001000110110111100111010101011110110100110111001001011100110011111111000111000001010001000111011001001001010111100 | e897a5ec8dbceabda6e4b99fe38288ec92bc |
UHC | 藥썼꽦也よ쒼 | 111001011011011110111101111010001000010010110001111001011010010110101010111010001011111010110000 | e5b7bde884b1e5a5aae8beb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)