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 | 衙煙惡循 | 1110010111001001100010011000110010011100101001101000111101111010 | e5c9898c9ca68f7a |
EUC-JP | 衙煙惡循 | 1110101011001011101100011110110011011000101010001011110111011011 | eacbb1ecd8a8bddb |
UTF-8 | 衙煙惡循 | 111010001010000110011001111001111000010110011001111001101000001110100001111001011011111010101010 | e8a199e78599e683a1e5beaa |
UHC | 衙煙惡循 | 1110010010110111111001101101010111100100110000101110001011100000 | e4b7e6d5e4c2e2e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)