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 | 蜃駆桝閹 | 1110010110000111100010111110110010010110100100011110100010000110 | e5878bec9691e886 |
EUC-JP | 蜃駆桝閹 | 1110100111100111101101101110111011001011111100011110111111100110 | e9e7b6eecbf1efe6 |
UTF-8 | 蜃駆桝閹 | 111010001001110010000011111010011010011110000110111001101010000110011101111010011001011010111001 | e89c83e9a786e6a19de996b9 |
UHC | 蜃??? | 1110001111110001001111110011111100111111 | e3f13f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)