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 | ?????AO\ | 0011111100111111001111110011111100111111010000010100111101011100 | 3f3f3f3f3f414f5c |
SJIS-WIN | 袱仙拍鮓コAO\ | 111001011101111010010000111001011001010010001111111010011011011010111010010000010100111101011100 | e5de90e5948fe9b6ba414f5c |
EUC-JP | 袱仙拍鮓コAO\ | 11101010111000001100000011100111110001111110111111110010101110001000111010111010010000010100111101011100 | eae0c0e7c7eff2b88eba414f5c |
UTF-8 | 袱仙拍鮓コAO\ | 111010001010001010110001111001001011101110011001111001101000101110001101111010011010111010010011111011111011110110111010010000010100111101011100 | e8a2b1e4bb99e68b8de9ae93efbdba414f5c |
UHC | ?仙拍??AO\ | 00111111111000001011100111011010110100000011111100111111010000010100111101011100 | 3fe0b9dad03f3f414f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)