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 | 001111110011111100111111001111110011111101000110 | 3f3f3f3f3f46 |
SJIS-WIN | 祭?聆殃?F | 100011011101010100111111111000111101011110011111011010010011111101000110 | 8dd53fe3d79f693f46 |
EUC-JP | 祭?聆殃?F | 101110101101011100111111111001101101100111011101110010100011111101000110 | bad73fe6d9ddca3f46 |
UTF-8 | 祭흘聆殃렒F | 11100111101001011010110111101101100111011001100011101000100000011000011011100110101011101000001111101011101000001001001001000110 | e7a5aded9d98e88186e6ae83eba09246 |
UHC | 祭흘聆殃렒F | 1111000010101110110010001110101011010110110000001110010011101010100011101010011101000110 | f0aec8ead6c0e4ea8ea746 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)