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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 邉願け髮ッ | 111001111011001110001010111010001000001010101111111010011001101110101111 | e7b38ae882afe99baf |
EUC-JP | 邉願け髮ッ | 11101110101101011011010011101010101001001011000111110001111110111000111010101111 | eeb5b4eaa4b1f1fb8eaf |
UTF-8 | 邉願け髮ッ | 111010011000001010001001111010011010000110011000111000111000000110010001111010011010101110101110111011111011110110101111 | e98289e9a198e38191e9abaeefbdaf |
UHC | ?願け髮? | 0011111111101010110000111010101010110001110110111010010100111111 | 3feac3aab1dba53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)