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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 閧餓ェゥ | 111010001000001010001001111011001010101010101001 | e88289ecaaa9 |
EUC-JP | 閧餓ェゥ | 1110111111100010101100101110111010001110101010101000111010101001 | efe2b2ee8eaa8ea9 |
UTF-8 | 閧餓ェゥ | 111010011001011010100111111010011010010010010011111011111011110110101010111011111011110110101001 | e996a7e9a493efbdaaefbda9 |
UHC | ?餓?? | 0011111111100100101110110011111100111111 | 3fe4bb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)