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 | ??恂?循 | 00111111001111111001110010010110001111111000111101111010 | 3f3f9c963f8f7a |
EUC-JP | ??恂潚循 | 001111110011111111010111111101101000111111001000110110101011110111011011 | 3f3fd7f68fc8dabddb |
UTF-8 | 롍렍恂潚循 | 111010111010000110001101111010111010000010001101111001101000000110000010111001101011110110011010111001011011111010101010 | eba18deba08de68182e6bd9ae5beaa |
UHC | 롍렍恂潚循 | 10001110110100111000111010100011111000101110000111100010110110001110001011100000 | 8ed38ea3e2e1e2d8e2e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)