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 | 撓??堊? | 10011101100110100011111100111111100110101011111100111111 | 9d9a3f3f9abf3f |
EUC-JP | 撓??堊? | 11011001111110100011111100111111110101001100000100111111 | d9fa3f3fd4c13f |
UTF-8 | 撓띷변堊쌑 | 111001101001001010010011111010111001110110110111111010111011001110000000111001011010000010001010111011001000110010010001 | e69293eb9db7ebb380e5a08aec8c91 |
UHC | 撓띷변堊쌑 | 11101000111101011000110111100110101110101010111111100100101111101001101101000010 | e8f58de6baafe4be9b42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)