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 | úG¹ûH | 111110100100011110001110101110011111101101001000 | fa478eb9fb48 |
SJIS-WIN | ?G???H | 001111110100011100111111001111110011111101001000 | 3f473f3f3f48 |
EUC-JP | úG??ûH | 10001111101010111110001001000111001111110011111110001111101010111110010101001000 | 8fabe2473f3f8fabe548 |
UTF-8 | úG¹ûH | 11000011101110100100011111000010100011101100001010111001110000111011101101001000 | c3ba47c28ec2b9c3bb48 |
UHC | ?G?¹?H | 00111111010001110011111110101001111101100011111101001000 | 3f473fa9f63f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)