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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 逾橄洟寀シ | 111001111010010110011110111010111001111110100100111110101010011110111100 | e7a59eeb9fa4faa7bc |
EUC-JP | 逾橄洟寀シ | 1110111010100111110111001110110111011110101001101000111110111010110110111000111010111100 | eea7dceddea68fbadb8ebc |
UTF-8 | 逾橄洟寀シ | 111010011000000010111110111001101010100110000100111001101011010010011111111001011010111110000000111011111011110110111100 | e980bee6a984e6b49fe5af80efbdbc |
UHC | 逾橄?寀? | 1110101110110101110010101111010000111111111100111111001000111111 | ebb5caf43ff3f23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)