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 | 鱧ト寬ヲ識 | 1110100111100101110001001111101010101010101001101000111010101111 | e9e5c4faaaa68eaf |
EUC-JP | 鱧ト?ヲ識 | 111100101110011110001110110001000011111110001110101001101011110010110001 | f2e78ec43f8ea6bcb1 |
UTF-8 | 鱧ト寬ヲ識 | 111010011011000110100111111011111011111010000100111001011010111110101100111011111011110110100110111010001010110110011000 | e9b1a7efbe84e5afacefbda6e8ad98 |
UHC | ??寬?識 | 00111111001111111100111010110000001111111110001111011011 | 3f3fceb03fe3db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)