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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 萓晢ス机 | 11100100101111101001110111101111101111011000101011110111 | e4be9defbd8af7 |
EUC-JP | 萓晢ス机 | 1110100011000000110110101111000110001110101111011011010011111001 | e8c0daf18ebdb4f9 |
UTF-8 | 萓晢ス机 | 111010001001000010010011111001101001100110100010111011111011110110111101111001101001110010111010 | e89093e699a2efbdbde69cba |
UHC | ???机 | 0011111100111111001111111100111111110101 | 3f3f3fcff5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)