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 | 僥??亨 | 100110010100011000111111001111111000101110011100 | 99463f3f8b9c |
EUC-JP | 僥??亨 | 110100011010011100111111001111111011010111111100 | d1a73f3fb5fc |
UTF-8 | 僥쀧뿏亨 | 111001011000001110100101111011001000000010100111111010111011111110001111111001001011101010101000 | e583a5ec80a7ebbf8fe4baa8 |
UHC | 僥쀧뿏亨 | 1110100011101001100101111110011110010111100101001111101011111011 | e8e997e79794fafb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)