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 | 蔗э臭薔 | 1110010011110010100001001000111110001111010011001110010101001011 | e4f2848f8f4ce54b |
EUC-JP | 蔗э臭薔 | 1110100011110100101001111110111110111101101011011110100110101100 | e8f4a7efbdade9ac |
UTF-8 | 蔗э臭薔 | 1110100010010100100101111101000110001101111010001000011110101101111010001001011010010100 | e89497d18de887ade89694 |
UHC | 蔗э臭薔 | 1110110110111101101011001110111111110110101010111110110111111001 | edbdaceff6abedf9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)