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 | 蓁葹葹甞 | 1110010011101011111001001101111111100100110111111110000101010010 | e4ebe4dfe4dfe152 |
EUC-JP | 蓁葹葹甞 | 1110100011101101111010001110000111101000111000011110000110110011 | e8ede8e1e8e1e1b3 |
UTF-8 | 蓁葹葹甞 | 111010001001001110000001111010001001000110111001111010001001000110111001111001111001010010011110 | e89381e891b9e891b9e7949e |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)