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 | 游??游? | 10011111111000000011111100111111100111111110000000111111 | 9fe03f3f9fe03f |
EUC-JP | 游??游? | 11011110111000100011111100111111110111101110001000111111 | dee23f3fdee23f |
UTF-8 | 游쭹뱌游쮜 | 111001101011100010111000111011001010110110111001111010111011000110001100111001101011100010111000111011001010111010011100 | e6b8b8ecadb9ebb18ce6b8b8ecae9c |
UHC | 游쭹뱌游쮜 | 11101010111111011100001011100111101110011111001011101010111111011100001011101000 | eafdc2e7b9f2eafdc2e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)