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{^ | 1110101010000111001111110110111001111101111010101000011100111111011011100111101101011110 | ea873f6e7dea873f6e7b5e |
EUC-JP | 鼇?n}鼇?n{^ | 1111001111100111001111110110111001111101111100111110011100111111011011100111101101011110 | f3e73f6e7df3e73f6e7b5e |
UTF-8 | 鼇썁n}鼇썁n{^ | 1110100110111100100001111110110010001101100000010110111001111101111010011011110010000111111011001000110110000001011011100111101101011110 | e9bc87ec8d816e7de9bc87ec8d816e7b5e |
UHC | 鼇썁n}鼇썁n{^ | 11101000101010001001101101101111011011100111110111101000101010001001101101101111011011100111101101011110 | e8a89b6f6e7de8a89b6f6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)