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{^ | 11100111100100111000111101011101011011100111110111100111100100111000111101011101011011100111101101011110 | e7938f5d6e7de7938f5d6e7b5e |
EUC-JP | 逑従n}逑従n{^ | 11101101111100111011110110111110011011100111110111101101111100111011110110111110011011100111101101011110 | edf3bdbe6e7dedf3bdbe6e7b5e |
UTF-8 | 逑従n}逑従n{^ | 1110100110000000100100011110010110111110100100110110111001111101111010011000000010010001111001011011111010010011011011100111101101011110 | e98091e5be936e7de98091e5be936e7b5e |
UHC | 逑?n}逑?n{^ | 1100111111000111001111110110111001111101110011111100011100111111011011100111101101011110 | cfc73f6e7dcfc73f6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)