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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | 轝??? | 100011111110000110101010001111110011111100111111 | 8fe1aa3f3f3f |
UTF-8 | 轝밧쐶療 | 111010001011110110011101111010111011000010100111111011001001000010110110111011111010011110000001 | e8bd9debb0a7ec90b6efa781 |
UHC | 轝밧쐶療 | 1110011010101100101110011110010110011100100110001110100011111110 | e6acb9e59c98e8fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)