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{^ | 10010001010100001110100111110100011011100111110110010001010100001110100111110100011011100111101101011110 | 9150e9f46e7d9150e9f46e7b5e |
EUC-JP | 善鴟n}善鴟n{^ | 11000001101100011111001011110110011011100111110111000001101100011111001011110110011011100111101101011110 | c1b1f2f66e7dc1b1f2f66e7b5e |
UTF-8 | 善鴟n}善鴟n{^ | 1110010110010110100001001110100110110100100111110110111001111101111001011001011010000100111010011011010010011111011011100111101101011110 | e59684e9b49f6e7de59684e9b49f6e7b5e |
UHC | 善?n}善?n{^ | 1110000010111100001111110110111001111101111000001011110000111111011011100111101101011110 | e0bc3f6e7de0bc3f6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)