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 | 1111101111010011111110111010100101011001 | fbd3fba959 |
SJIS-WIN | ????Y | 0011111100111111001111110011111101011001 | 3f3f3f3f59 |
EUC-JP | ûÓû©Y | 10001111101010111110010110001111101010101101000110001111101010111110010110001111101000101110110101011001 | 8fabe58faad18fabe58fa2ed59 |
UTF-8 | ûÓû©Y | 110000111011101111000011100100111100001110111011110000101010100101011001 | c3bbc393c3bbc2a959 |
UHC | ????Y | 0011111100111111001111110011111101011001 | 3f3f3f3f59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)