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 | ??n}??n{^ | 001111110011111101101110011111010011111100111111011011100111101101011110 | 3f3f6e7d3f3f6e7b5e |
SJIS-WIN | 雹鯒n}雹鯒n{^ | 11101000101110011110100111000101011011100111110111101000101110011110100111000101011011100111101101011110 | e8b9e9c56e7de8b9e9c56e7b5e |
EUC-JP | 雹鯒n}雹鯒n{^ | 11110000101110111111001011000111011011100111110111110000101110111111001011000111011011100111101101011110 | f0bbf2c76e7df0bbf2c76e7b5e |
UTF-8 | 雹鯒n}雹鯒n{^ | 1110100110011011101110011110100110101111100100100110111001111101111010011001101110111001111010011010111110010010011011100111101101011110 | e99bb9e9af926e7de99bb9e9af926e7b5e |
UHC | 雹?n}雹?n{^ | 1101101011011111001111110110111001111101110110101101111100111111011011100111101101011110 | dadf3f6e7ddadf3f6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)