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 | 遊?遊?^ | 10010111010101100011111110010111010101100011111101011110 | 97563f97563f5e |
EUC-JP | 遊?遊?^ | 11001101101101110011111111001101101101110011111101011110 | cdb73fcdb73f5e |
UTF-8 | 遊괗遊괗^ | 11101001100000011000101011101010101101001001011111101001100000011000101011101010101101001001011101011110 | e9818aeab497e9818aeab4975e |
UHC | 遊괗遊괗^ | 111010111011010010000010010001001110101110110100100000100100010001011110 | ebb48244ebb482445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)