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 | 訂?窪? | 100100101111100100111111100011000100010100111111 | 92f93f8c453f |
EUC-JP | 訂?窪繫 | 1100010011111011001111111011011110100110100011111101010011011010 | c4fb3fb7a68fd4da |
UTF-8 | 訂렦窪繫 | 111010001010100010000010111010111010000010100110111001111010101010101010111001111011100110101011 | e8a882eba0a6e7aaaae7b9ab |
UHC | 訂렦窪繫 | 1110111111110100100011101011010111101000110000011100110110101000 | eff48eb5e8c1cda8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)