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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?ч? | 00111111100001001000100100111111 | 3f84893f |
EUC-JP | ?ч? | 00111111101001111110100100111111 | 3fa7e93f |
UTF-8 | 若ч솣 | 1110111110100101101101001101000110000111111011001000011010100011 | efa5b4d187ec86a3 |
UHC | 若ч솣 | 111001011010111010101100111010011001100110011101 | e5aeace9999d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)