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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ィァィァ^ | 101010001111100110100001101001111010100011111001101000011010011101011110 | a8f9a1a7a8f9a1a75e |
EUC-JP | ィ?ァィ?ァ^ | 1000111010101000001111111000111010100111100011101010100000111111100011101010011101011110 | 8ea83f8ea78ea83f8ea75e |
UTF-8 | ィァィァ^ | 11101111101111011010100011101110100110111011110011101111101111011010011111101111101111011010100011101110100110111011110011101111101111011010011101011110 | efbda8ee9bbcefbda7efbda8ee9bbcefbda75e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)