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 | ?閥?? | 0011111110010100101101000011111100111111 | 3f94b43f3f |
EUC-JP | ?閥?? | 0011111111001000101101100011111100111111 | 3fc8b63f3f |
UTF-8 | 뤶閥빅핉 | 111010111010010010110110111010011001011010100101111010111011100110000101111011011001010110001001 | eba4b6e996a5ebb985ed9589 |
UHC | 뤶閥빅핉 | 1000111111100100110110111110110010111010111100101100000010001110 | 8fe4dbecbaf2c08e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)