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 | 薔??? | 1110010101001011001111110011111100111111 | e54b3f3f3f |
EUC-JP | 薔??? | 1110100110101100001111110011111100111111 | e9ac3f3f3f |
UTF-8 | 薔쿡떪롊 | 111010001001011010010100111011001011111110100001111010111001011010101010111010111010000110001010 | e89694ecbfa1eb96aaeba18a |
UHC | 薔쿡떪롊 | 1110110111111001110001001110111010110110101101001000111011010000 | edf9c4eeb6b48ed0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)