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 | ÷¬öÎk | 1111011110101100111101101100111001101011 | f7acf6ce6b |
SJIS-WIN | ÷¬??k | 10000001100000001000000111001010001111110011111101101011 | 818081ca3f3f6b |
EUC-JP | ÷¬öÎk | 1010000111100000101000101100110010001111101010111101001110001111101010101100001001101011 | a1e0a2cc8fabd38faac26b |
UTF-8 | ÷¬öÎk | 110000111011011111000010101011001100001110110110110000111000111001101011 | c3b7c2acc3b6c38e6b |
UHC | ÷???k | 101000011100000000111111001111110011111101101011 | a1c03f3f3f6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)