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 | 韆エ邱サ^ | 11101000111001101011010011100111101101111011101101011110 | e8e6b4e7b7bb5e |
EUC-JP | 韆エ邱サ^ | 111100001110100010001110101101001110111010111001100011101011101101011110 | f0e88eb4eeb98ebb5e |
UTF-8 | 韆エ邱サ^ | 11101001100111111000011011101111101111011011010011101001100000101011000111101111101111011011101101011110 | e99f86efbdb4e982b1efbdbb5e |
UHC | 韆?邱?^ | 11110100110001110011111111001111110010000011111101011110 | f4c73fcfc83f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)