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°ûU | 111110100100011110001110101100001111101101010101 | fa478eb0fb55 |
SJIS-WIN | ?G?°?U | 00111111010001110011111110000001100010110011111101010101 | 3f473f818b3f55 |
EUC-JP | úG?°ûU | 1000111110101011111000100100011100111111101000011110101110001111101010111110010101010101 | 8fabe2473fa1eb8fabe555 |
UTF-8 | úG°ûU | 11000011101110100100011111000010100011101100001010110000110000111011101101010101 | c3ba47c28ec2b0c3bb55 |
UHC | ?G?°?U | 00111111010001110011111110100001110001100011111101010101 | 3f473fa1c63f55 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)