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 | 00111111001111110011111100111111001111110101010001000010 | 3f3f3f3f3f5442 |
SJIS-WIN | 藥????TB | 1110010101011010001111110011111100111111001111110101010001000010 | e55a3f3f3f3f5442 |
EUC-JP | 藥????TB | 1110100110111011001111110011111100111111001111110101010001000010 | e9bb3f3f3f3f5442 |
UTF-8 | 藥썼떨歷촪TB | 1110100010010111101001011110110010001101101111001110101110010110101010001110111110100110100011001110110010110100101010100101010001000010 | e897a5ec8dbceb96a8efa68cecb4aa5442 |
UHC | 藥썼떨歷촪TB | 111001011011011110111101111010001011011010110011111001101011100010101100011010000101010001000010 | e5b7bde8b6b3e6b8ac685442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)