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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | 藥??秧?\ | 1110010101011010001111110011111111100010010111100011111101011100 | e55a3f3fe25e3f5c |
EUC-JP | 藥??秧?\ | 1110100110111011001111110011111111100011101111110011111101011100 | e9bb3f3fe3bf3f5c |
UTF-8 | 藥썼뇮秧뭛\ | 11101000100101111010010111101100100011011011110011101011100001111010111011100111101001111010011111101011101011011001101101011100 | e897a5ec8dbceb87aee7a7a7ebad9b5c |
UHC | 藥썼뇮秧뭛\ | 1110010110110111101111011110100010000111100100111110010011101011100100100110011101011100 | e5b7bde88793e4eb92675c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)