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 | 1110100110101011101101001110010110001000101110100101010001000010 | e9abb4e588ba5442 |
EUC-JP | 鬮エ蛻コTB | 11110010101011011000111010110100111010011110100010001110101110100101010001000010 | f2ad8eb4e9e88eba5442 |
UTF-8 | 鬮エ蛻コTB | 1110100110101100101011101110111110111101101101001110100010011011101110111110111110111101101110100101010001000010 | e9acaeefbdb4e89bbbefbdba5442 |
UHC | ????TB | 001111110011111100111111001111110101010001000010 | 3f3f3f3f5442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)