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 | 藥썼퀕也よ뵷 | 111010001001011110100101111011001000110110111100111011011000000010010101111001001011100110011111111000111000001010001000111010111011010110110111 | e897a5ec8dbced8095e4b99fe38288ebb5b7 |
UHC | 藥썼퀕也よ뵷 | 111001011011011110111101111010001011001110001010111001011010010110101010111010001001010010110101 | e5b7bde8b38ae5a5aae894b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)