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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?暠? | 00111111111110101101101100111111 | 3ffadb3f |
EUC-JP | ?暠? | 0011111110001111110000101101011100111111 | 3f8fc2d73f |
UTF-8 | 젼暠얜 | 111011001010000010111100111001101001101010100000111011001001011010011100 | eca0bce69aa0ec969c |
UHC | 젼暠얜 | 110000011010111111001101101111001011111011101011 | c1afcdbcbeeb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)