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 | ????F | 0011111100111111001111110011111101000110 | 3f3f3f3f46 |
SJIS-WIN | 祭?鷹?F | 10001101110101010011111110010001111010010011111101000110 | 8dd53f91e93f46 |
EUC-JP | 祭?鷹?F | 10111010110101110011111111000010111010110011111101000110 | bad73fc2eb3f46 |
UTF-8 | 祭렱鷹엔F | 11100111101001011010110111101011101000001011000111101001101101111011100111101100100101111001010001000110 | e7a5adeba0b1e9b7b9ec979446 |
UHC | 祭렱鷹엔F | 111100001010111010001110101111101110101111101101101111111010001101000110 | f0ae8ebeebedbfa346 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)