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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?≪???? | 00111111100000011110000100111111001111110011111100111111 | 3f81e13f3f3f3f |
EUC-JP | 縕≪???? | 100011111101010011000010101000101110001100111111001111110011111100111111 | 8fd4c2a2e33f3f3f3f |
UTF-8 | 縕≪뼍溜뗥릫 | 111001111011100010010101111000101000100110101010111010111011110010001101111011111010011110001011111010111001011110100101111010111010011010101011 | e7b895e289aaebbc8defa78beb97a5eba6ab |
UHC | 縕≪뼍溜뗥릫 | 111010001011001010100001111011001001011010010101111010101111111010001011111001011001000010001101 | e8b2a1ec9695eafe8be5908d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)