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 | 剪絲?? | 100110011001001011100011010011100011111100111111 | 9992e34e3f3f |
EUC-JP | 剪絲?? | 110100011111001011100101101011110011111100111111 | d1f2e5af3f3f |
UTF-8 | 剪絲렭렞 | 111001011000100110101010111001111011010110110010111010111010000010101101111010111010000010011110 | e589aae7b5b2eba0adeba09e |
UHC | 剪絲렭렞 | 1110111011110010110111101110101010001110101110101000111010101111 | eef2deea8eba8eaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)