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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 澳??要ョ?^ | 11100000010100110011111100111111100101110111011010000011100001110011111101011110 | e0533f3f977683873f5e |
EUC-JP | 澳??要ョ?^ | 11011111101101000011111100111111110011011101011110100101111001110011111101011110 | dfb43f3fcdd7a5e73f5e |
UTF-8 | 澳뽳숱要ョ쿁^ | 11100110101111101011001111101011101111011011001111101100100010001011000111101000101001101000000111100011100000111010011111101100101111111000000101011110 | e6beb3ebbdb3ec88b1e8a681e383a7ecbf815e |
UHC | 澳뽳숱要ョ쿁^ | 11100111111111101001011011101111101111011010001011101001101010011010101111100111101100101001011101011110 | e7fe96efbda2e9a9abe7b2975e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)