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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 祭?糾錚 | 10001101110101010011111110001011100010101110100001000010 | 8dd53f8b8ae842 |
EUC-JP | 祭?糾錚 | 10111010110101110011111110110101111010101110111110100011 | bad73fb5eaefa3 |
UTF-8 | 祭몃糾錚 | 111001111010010110101101111010111010101010000011111001111011001110111110111010011000110010011010 | e7a5adebaa83e7b3bee98c9a |
UHC | 祭몃糾錚 | 1111000010101110101110001110101111010000101011001110111010110110 | f0aeb8ebd0aceeb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)