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 | 藥??筌?? | 1110010101011010001111110011111111100010101000110011111100111111 | e55a3f3fe2a33f3f |
EUC-JP | 藥??筌?? | 1110100110111011001111110011111111100100101001010011111100111111 | e9bb3f3fe4a53f3f |
UTF-8 | 藥띾젩筌ㅻ젣 | 111010001001011110100101111010111001110110111110111011001010000010101001111001111010110110001100111000111000010110111011111011001010000010100011 | e897a5eb9dbeeca0a9e7ad8ce385bbeca0a3 |
UHC | 藥띾젩筌ㅻ젣 | 111001011011011110001101111010111010000010100001111011111010011110100100111010111010000010011100 | e5b78deba0a1efa7a4eba09c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)