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{^ | 11101000101110011110100011000100011011100111110111101000101110011110100011000100011011100111101101011110 | e8b9e8c46e7de8b9e8c46e7b5e |
EUC-JP | 雹霪n}雹霪n{^ | 11110000101110111111000011000110011011100111110111110000101110111111000011000110011011100111101101011110 | f0bbf0c66e7df0bbf0c66e7b5e |
UTF-8 | 雹霪n}雹霪n{^ | 1110100110011011101110011110100110011100101010100110111001111101111010011001101110111001111010011001110010101010011011100111101101011110 | e99bb9e99caa6e7de99bb9e99caa6e7b5e |
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)