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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 瑤イ鏆コ | 111010101010001010110010111110111110001010111010 | eaa2b2fbe2ba |
EUC-JP | 瑤イ鏆コ | 111101001010010010001110101100101000111111100101101111111000111010111010 | f4a48eb28fe5bf8eba |
UTF-8 | 瑤イ鏆コ | 111001111001000110100100111011111011110110110010111010011000111110000110111011111011110110111010 | e791a4efbdb2e98f86efbdba |
UHC | 瑤??? | 1110100011111101001111110011111100111111 | e8fd3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)