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 | ???A???AB | 001111110011111100111111010000010011111100111111001111110100000101000010 | 3f3f3f413f3f3f4142 |
SJIS-WIN | ???A???AB | 001111110011111100111111010000010011111100111111001111110100000101000010 | 3f3f3f413f3f3f4142 |
EUC-JP | ???A???AB | 001111110011111100111111010000010011111100111111001111110100000101000010 | 3f3f3f413f3f3f4142 |
UTF-8 | 琉싦벰A琉싦벰AB | 111011111010011110001100111011001000101110100110111010111011001010110000010000011110111110100111100011001110110010001011101001101110101110110010101100000100000101000010 | efa78cec8ba6ebb2b041efa78cec8ba6ebb2b04142 |
UHC | 琉싦벰A琉싦벰AB | 111010111010010010011010111001001011101010101000010000011110101110100100100110101110010010111010101010000100000101000010 | eba49ae4baa841eba49ae4baa84142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)