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 | 軸煜湿 | 1111001010100001100011101011001011111011010101011000111010111100 | f2a18eb2fb558ebc |
EUC-JP | ?軸煜湿 | 0011111110111100101101001000111111001001111111001011110010111110 | 3fbcb48fc9fcbcbe |
UTF-8 | 軸煜湿 | 111011101000011110011000111010001011101110111000111001111000010110011100111001101011100110111111 | ee8798e8bbb8e7859ce6b9bf |
UHC | ?軸煜? | 001111111111010111101110111010011111001000111111 | 3ff5eee9f23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)