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 | 1110100110000001101100101110100110000110100100001110100110011001101110100101010001000010 | e981b2e98690e999ba5442 |
EUC-JP | 驕イ驢宣匱TB | 111100011110000110001110101100101111000111100110110000001110101111010010101111000101010001000010 | f1e18eb2f1e6c0ebd2bc5442 |
UTF-8 | 驕イ驢宣匱TB | 1110100110101001100101011110111110111101101100101110100110101001101000101110010110101110101000111110010110001100101100010101010001000010 | e9a995efbdb2e9a9a2e5aea3e58cb15442 |
UHC | 驕?驢宣?TB | 11001110111101100011111111010101111100001110000010111110001111110101010001000010 | cef63fd5f0e0be3f5442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)