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 | 榮??節ц | 1001111011000100001111110011111110010000110111111000010010001000 | 9ec43f3f90df8488 |
EUC-JP | 榮??節ц | 1101110011000110001111110011111111000000111000011010011111101000 | dcc63f3fc0e1a7e8 |
UTF-8 | 榮쒐쪏節ц | 1110011010100110101011101110110010010010100100001110110010101010100011111110011110101111100000001101000110000110 | e6a6aeec9290ecaa8fe7af80d186 |
UHC | 榮쒐쪏節ц | 11100111101101001001110011100111101001011000100111101111101111011010110011101000 | e7b49ce7a589efbdace8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)