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 | 韃ト寬ヲ識 | 1110100011100101110001001111101010101010101001101000111010101111 | e8e5c4faaaa68eaf |
EUC-JP | 韃ト?ヲ識 | 111100001110011110001110110001000011111110001110101001101011110010110001 | f0e78ec43f8ea6bcb1 |
UTF-8 | 韃ト寬ヲ識 | 111010011001111110000011111011111011111010000100111001011010111110101100111011111011110110100110111010001010110110011000 | e99f83efbe84e5afacefbda6e8ad98 |
UHC | ??寬?識 | 00111111001111111100111010110000001111111110001111011011 | 3f3fceb03fe3db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)