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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ??夭無卷B | 001111110011111110011010111011101001011010110011100110011100100101000010 | 3f3f9aee96b399c942 |
EUC-JP | ??夭無卷B | 001111110011111111010100111100001100110010110101110100101100101101000010 | 3f3fd4f0ccb5d2cb42 |
UTF-8 | 롖뤡夭無卷B | 11101011101000011001011011101011101001001010000111100101101001001010110111100111100001001010000111100101100011011011011101000010 | eba196eba4a1e5a4ade784a1e58db742 |
UHC | 롖뤡夭無卷B | 1000111011011010100011111100111111101000111011001101100111101101110011111110100101000010 | 8eda8fcfe8ecd9edcfe942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)