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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 鮠趣・仙ч^ | 11101001101111001000111011101111101001011001000011100101100001001000100101011110 | e9bc8eefa590e584895e |
EUC-JP | 鮠趣・仙ч^ | 1111001010111110101111001111000110001110101001011100000011100111101001111110100101011110 | f2bebcf18ea5c0e7a7e95e |
UTF-8 | 鮠趣・仙ч^ | 111010011010111010100000111010001011011010100011111011111011110110100101111001001011101110011001110100011000011101011110 | e9aea0e8b6a3efbda5e4bb99d1875e |
UHC | ?趣?仙ч^ | 001111111111011010101100001111111110000010111001101011001110100101011110 | 3ff6ac3fe0b9ace95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)