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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 将ョ「フ^ | 1000111110101011101011101010001011111001101000101100110001011110 | 8fabaea2f9a2cc5e |
EUC-JP | 将ョ「?フ^ | 10111110101011011000111010101110100011101010001000111111100011101100110001011110 | bead8eae8ea23f8ecc5e |
UTF-8 | 将ョ「フ^ | 11100101101100001000011011101111101111011010111011101111101111011010001011101110100110111011110111101111101111101000110001011110 | e5b086efbdaeefbda2ee9bbdefbe8c5e |
UHC | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)