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 | 1110100010010110100011111110101110110000101111100101010001000010 | e8968febb0be5442 |
EUC-JP | 阮壌ーセTB | 11101111111101101011111011101101100011101011000010001110101111100101010001000010 | eff6beed8eb08ebe5442 |
UTF-8 | 阮壌ーセTB | 1110100110011000101011101110010110100011100011001110111110111101101100001110111110111101101111100101010001000010 | e998aee5a38cefbdb0efbdbe5442 |
UHC | 阮???TB | 11101000110101100011111100111111001111110101010001000010 | e8d63f3f3f5442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)