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 | ??????oY | 0011111100111111001111110011111100111111001111110110111101011001 | 3f3f3f3f3f3f6f59 |
SJIS-WIN | ??????oY | 0011111100111111001111110011111100111111001111110110111101011001 | 3f3f3f3f3f3f6f59 |
EUC-JP | ??????oY | 0011111100111111001111110011111100111111001111110110111101011001 | 3f3f3f3f3f3f6f59 |
UTF-8 | 챙첩혙챠혱쨩oY | 1110110010110001100110011110110010110010101010011110110110011000100110011110110010110001101000001110110110011000101100011110110010101000101010010110111101011001 | ecb199ecb2a9ed9899ecb1a0ed98b1eca8a96f59 |
UHC | 챙첩혙챠혱쨩oY | 1100001110101100110000111011100011000010100001001100001110101101110000101001100011000010101110110110111101011001 | c3acc3b8c284c3adc298c2bb6f59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)