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 | 楯??? | 1000111101111100001111110011111100111111 | 8f7c3f3f3f |
EUC-JP | 楯??? | 1011110111011101001111110011111100111111 | bddd3f3f3f |
UTF-8 | 楯별웠뤝 | 111001101010010110101111111010111011001110000100111011001001101110100000111010111010010010011101 | e6a5afebb384ec9ba0eba49d |
UHC | 楯별웠뤝 | 1110001011100100101110101011000010111111111111001000111111001100 | e2e4bab0bffc8fcc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)