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 | èè¶ûY | 111010001110100010001110101101101111101101011001 | e8e88eb6fb59 |
SJIS-WIN | ???¶?Y | 00111111001111110011111110000001111101110011111101011001 | 3f3f3f81f73f59 |
EUC-JP | èè?¶ûY | 10001111101010111011001010001111101010111011001000111111101000101111100110001111101010111110010101011001 | 8fabb28fabb23fa2f98fabe559 |
UTF-8 | èè¶ûY | 1100001110101000110000111010100011000010100011101100001010110110110000111011101101011001 | c3a8c3a8c28ec2b6c3bb59 |
UHC | ???¶?Y | 00111111001111110011111110100010110100100011111101011001 | 3f3f3fa2d23f59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)