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 | ????TB | 001111110011111100111111001111110101010001000010 | 3f3f3f3f5442 |
SJIS-WIN | 藥???TB | 11100101010110100011111100111111001111110101010001000010 | e55a3f3f3f5442 |
EUC-JP | 藥???TB | 11101001101110110011111100111111001111110101010001000010 | e9bb3f3f3f5442 |
UTF-8 | 藥띛됱젛TB | 1110100010010111101001011110101110011101100110111110101110010000101100011110110010100000100110110101010001000010 | e897a5eb9d9beb90b1eca09b5442 |
UHC | 藥띛됱젛TB | 11100101101101111000110111010001100010011110110010100000100101110101010001000010 | e5b78dd189eca0975442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)