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 | ?????Y | 001111110011111100111111001111110011111101011001 | 3f3f3f3f3f59 |
SJIS-WIN | 袱仙拍踰ЩY | 1110010111011110100100001110010110010100100011111110011011111010100001000101101001011001 | e5de90e5948fe6fa845a59 |
EUC-JP | 袱仙拍踰ЩY | 1110101011100000110000001110011111000111111011111110110011111100101001111011101101011001 | eae0c0e7c7efecfca7bb59 |
UTF-8 | 袱仙拍踰ЩY | 111010001010001010110001111001001011101110011001111001101000101110001101111010001011100010110000110100001010100101011001 | e8a2b1e4bb99e68b8de8b8b0d0a959 |
UHC | ?仙拍踰ЩY | 00111111111000001011100111011010110100001110101110110010101011001011101101011001 | 3fe0b9dad0ebb2acbb59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)