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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 薔?闢 | 1110010101001011001111111110100010010011 | e54b3fe893 |
EUC-JP | 薔?闢 | 1110100110101100001111111110111111110011 | e9ac3feff3 |
UTF-8 | 薔쿠闢 | 111010001001011010010100111011001011111110100000111010011001011110100010 | e89694ecbfa0e997a2 |
UHC | 薔쿠闢 | 111011011111100111000100111011011101110010100011 | edf9c4eddca3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)