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 | 治袱治袰^ | 100011101010000111100101110111101000111010100001111001011101110001011110 | 8ea1e5de8ea1e5dc5e |
EUC-JP | 治袱治袰^ | 101111001010001111101010111000001011110010100011111010101101111001011110 | bca3eae0bca3eade5e |
UTF-8 | 治袱治袰^ | 11100110101100101011101111101000101000101011000111100110101100101011101111101000101000101011000001011110 | e6b2bbe8a2b1e6b2bbe8a2b05e |
UHC | 治?治?^ | 11110110101111010011111111110110101111010011111101011110 | f6bd3ff6bd3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)