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 | ????F | 0011111100111111001111110011111101000110 | 3f3f3f3f46 |
SJIS-WIN | 邂冗ッキF | 11100111101011101000111111100111101011111011011101000110 | e7ae8fe7afb746 |
EUC-JP | 邂冗ッキF | 111011101011000010111110111010011000111010101111100011101011011101000110 | eeb0bee98eaf8eb746 |
UTF-8 | 邂冗ッキF | 11101001100000101000001011100101100001101001011111101111101111011010111111101111101111011011011101000110 | e98282e58697efbdafefbdb746 |
UHC | 邂冗??F | 11111010101100111110100110110111001111110011111101000110 | fab3e9b73f3f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)