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 | ???D | 00111111001111110011111101000100 | 3f3f3f44 |
SJIS-WIN | セヌ而D | 1011111011000111100011101010011101000100 | bec78ea744 |
EUC-JP | セヌ而D | 10001110101111101000111011000111101111001010100101000100 | 8ebe8ec7bca944 |
UTF-8 | セヌ而D | 11101111101111011011111011101111101111101000011111101000100000001000110001000100 | efbdbeefbe87e8808c44 |
UHC | ??而D | 0011111100111111111011001011101101000100 | 3f3fecbb44 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)