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 | 1100001110100010110000111011110001011001 | c3a2c3bc59 |
SJIS-WIN | ?¢??Y | 001111111000000110010001001111110011111101011001 | 3f81913f3f59 |
EUC-JP | â�Y | 10001111101010101010101010100001111100011000111110101010101010100011111101011001 | 8faaaaa1f18faaaa3f59 |
UTF-8 | âüY | 110000111000001111000010101000101100001110000011110000101011110001011001 | c383c2a2c383c2bc59 |
UHC | ???¼Y | 001111110011111100111111101010001111100101011001 | 3f3f3fa8f959 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)