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 | 繧ィ遞殞 | 11100011100000101010100011100111101010001001111101101101 | e382a8e7a89f6d |
EUC-JP | 繧ィ遞殞 | 1110010111100010100011101010100011101110101010101101110111001110 | e5e28ea8eeaaddce |
UTF-8 | 繧ィ遞殞 | 111001111011100110100111111011111011110110101000111010011000000110011110111001101010111010011110 | e7b9a7efbda8e9819ee6ae9e |
UHC | ??遞殞 | 001111110011111111110100111101101110100111111001 | 3f3ff4f6e9f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)