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 | I¹h | 100100100100100110010001100111111001000110111001100100011001111101101000 | 9249919f91b9919f68 |
SJIS-WIN | ?I??????h | 001111110100100100111111001111110011111100111111001111110011111101101000 | 3f493f3f3f3f3f3f68 |
EUC-JP | ?I??????h | 001111110100100100111111001111110011111100111111001111110011111101101000 | 3f493f3f3f3f3f3f68 |
UTF-8 | I¹h | 11000010100100100100100111000010100100011100001010011111110000101001000111000010101110011100001010010001110000101001111101101000 | c29249c291c29fc291c2b9c291c29f68 |
UHC | ?I???¹??h | 00111111010010010011111100111111001111111010100111110110001111110011111101101000 | 3f493f3f3fa9f63f3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)