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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 姚??嗚? | 10011011010011000011111100111111100110100110101000111111 | 9b4c3f3f9a6a3f |
EUC-JP | 姚??嗚? | 11010101101011010011111100111111110100111100101100111111 | d5ad3f3fd3cb3f |
UTF-8 | 姚붺퇁嗚륛 | 111001011010011110011010111010111011011010111010111011011000011110000001111001011001011110011010111010111010010110011011 | e5a79aebb6baed8781e5979aeba59b |
UHC | 姚붺퇁嗚륛 | 11101000111011101001010011100111101101111001001011100111111100001001000001000010 | e8ee94e7b792e7f09042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)