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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 阯・尞ァ^ | 11101000100101111010010111111010101010111010011101011110 | e897a5faaba75e |
EUC-JP | 阯・尞ァ^ | 11101111111101111000111010100101100011111011101011101011100011101010011101011110 | eff78ea58fbaeb8ea75e |
UTF-8 | 阯・尞ァ^ | 11101001100110001010111111101111101111011010010111100101101100001001111011101111101111011010011101011110 | e998afefbda5e5b09eefbda75e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)