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 | ??i??iB | 00111111001111110110100100111111001111110110100101000010 | 3f3f693f3f6942 |
SJIS-WIN | 薔?i薔?iB | 111001010100101100111111011010011110010101001011001111110110100101000010 | e54b3f69e54b3f6942 |
EUC-JP | 薔?i薔?iB | 111010011010110000111111011010011110100110101100001111110110100101000010 | e9ac3f69e9ac3f6942 |
UTF-8 | 薔렧i薔렧iB | 111010001001011010010100111010111010000010100111011010011110100010010110100101001110101110100000101001110110100101000010 | e89694eba0a769e89694eba0a76942 |
UHC | 薔렧i薔렧iB | 1110110111111001100011101011011001101001111011011111100110001110101101100110100101000010 | edf98eb669edf98eb66942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)