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 | 辱??節ц | 1001000001001010001111110011111110010000110111111000010010001000 | 904a3f3f90df8488 |
EUC-JP | 辱??節ц | 1011111110101011001111110011111111000000111000011010011111101000 | bfab3f3fc0e1a7e8 |
UTF-8 | 辱덌풜節ц | 1110100010111110101100011110101110001101100011001110110110010010100111001110011110101111100000001101000110000110 | e8beb1eb8d8ced929ce7af80d186 |
UHC | 辱덌풜節ц | 11101001101101001000100011101111101111101001111111101111101111011010110011101000 | e9b488efbe9fefbdace8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)