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 | 品絲?? | 100101010110100111100011010011100011111100111111 | 9569e34e3f3f |
EUC-JP | 品絲?? | 110010011100101011100101101011110011111100111111 | c9cae5af3f3f |
UTF-8 | 品絲렭렞 | 111001011001001110000001111001111011010110110010111010111010000010101101111010111010000010011110 | e59381e7b5b2eba0adeba09e |
UHC | 品絲렭렞 | 1111100110100001110111101110101010001110101110101000111010101111 | f9a1deea8eba8eaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)