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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 觸豪犬 | 111001100101110010001101100010111000110010100010 | e65c8d8b8ca2 |
EUC-JP | 觸豪犬 | 111010111011110110111001111010111011100010100100 | ebbdb9ebb8a4 |
UTF-8 | 觸豪犬 | 111010001010011110111000111010001011000110101010111001111000101010101100 | e8a7b8e8b1aae78aac |
UHC | 觸豪犬 | 111101011011101011111011110111111100110010110011 | f5bafbdfccb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)