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 | ??鏃? | 0011111100111111111010000101011000111111 | 3f3fe8563f |
EUC-JP | ??鏃? | 0011111100111111111011111011011100111111 | 3f3fefb73f |
UTF-8 | 뤴퓌鏃쮱 | 111010111010010010110100111011011001001110001100111010011000111110000011111011001010111010110001 | eba4b4ed938ce98f83ecaeb1 |
UHC | 뤴퓌鏃쮱 | 1000111111100010110001111011011011110000111011001010100010001110 | 8fe2c7b6f0eca88e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)