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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 辱??恂 | 100100000100101000111111001111111001110010010110 | 904a3f3f9c96 |
EUC-JP | 辱??恂 | 101111111010101100111111001111111101011111110110 | bfab3f3fd7f6 |
UTF-8 | 辱잓슆恂 | 111010001011111010110001111011001001111010010011111011001000101010000110111001101000000110000010 | e8beb1ec9e93ec8a86e68182 |
UHC | 辱잓슆恂 | 1110100110110100100111111110100110011010100110001110001011100001 | e9b49fe99a98e2e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)