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 | 輊潁輒牘 | 1110011101101000100111111111000111100111011010111110000010101111 | e7689ff1e76be0af |
EUC-JP | 輊潁輒牘 | 1110110111001001110111101111001111101101110011001110000010110001 | edc9def3edcce0b1 |
UTF-8 | 輊潁輒牘 | 111010001011110010001010111001101011110110000001111010001011110010010010111001111000100110011000 | e8bc8ae6bd81e8bc92e78998 |
UHC | ?潁輒牘 | 00111111111001111011100011110100111001011101010010111010 | 3fe7b8f4e5d4ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)