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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 銕雁アッ礪 | 1110011111101100100010101110010110110001101011111110000111101000 | e7ec8ae5b1afe1e8 |
EUC-JP | 銕雁アッ礪 | 11101110111011101011010011100111100011101011000110001110101011111110001011101010 | eeeeb4e78eb18eafe2ea |
UTF-8 | 銕雁アッ礪 | 111010011000101010010101111010011001101110000001111011111011110110110001111011111011110110101111111001111010010010101010 | e98a95e99b81efbdb1efbdafe7a4aa |
UHC | ?雁??礪 | 00111111111001001101001000111111001111111101010111101100 | 3fe4d23f3fd5ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)