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 | ??依?矮 | 00111111001111111000100011001011001111111110000111100010 | 3f3f88cb3fe1e2 |
EUC-JP | ??依?矮 | 00111111001111111011000011001101001111111110001011100100 | 3f3fb0cd3fe2e4 |
UTF-8 | 亐렕依렋矮 | 111001001011101010010000111010111010000010010101111001001011111010011101111010111010000010001011111001111001111110101110 | e4ba90eba095e4be9deba08be79fae |
UHC | 亐렕依렋矮 | 11101010101001111000111010101010111010111110111010001110101000101110100011100001 | eaa78eaaebee8ea2e8e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)