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 | 11101001101111001000111011101111101001011001000011100101100001001000100101000010 | e9bc8eefa590e5848942 |
EUC-JP | 鮠趣・仙чB | 1111001010111110101111001111000110001110101001011100000011100111101001111110100101000010 | f2bebcf18ea5c0e7a7e942 |
UTF-8 | 鮠趣・仙чB | 111010011010111010100000111010001011011010100011111011111011110110100101111001001011101110011001110100011000011101000010 | e9aea0e8b6a3efbda5e4bb99d18742 |
UHC | ?趣?仙чB | 001111111111011010101100001111111110000010111001101011001110100101000010 | 3ff6ac3fe0b9ace942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)