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 | ???h? | 0011111100111111001111110110100000111111 | 3f3f3f683f |
SJIS-WIN | 蕘駕衆h蕘 | 111001001111101110001001111011011000111101001111011010001110010011111011 | e4fb89ed8f4f68e4fb |
EUC-JP | 蕘駕衆h蕘 | 111010001111110110110010111011111011110110110000011010001110100011111101 | e8fdb2efbdb068e8fd |
UTF-8 | 蕘駕衆h蕘 | 11101000100101011001100011101001101001111001010111101000101000011000011001101000111010001001010110011000 | e89598e9a795e8a18668e89598 |
UHC | ?駕衆h? | 00111111110010101011110111110001111010110110100000111111 | 3fcabdf1eb683f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)