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 | ??´ | 001111110011111110110100 | 3f3fb4 |
SJIS-WIN | ?肄´ | 0011111111100011111001011000000101001100 | 3fe3e5814c |
EUC-JP | ?肄´ | 0011111111100110111001111010000110101101 | 3fe6e7a1ad |
UTF-8 | 숀肄´ | 1110110010001000100000001110100010000010100001001100001010110100 | ec8880e88284c2b4 |
UHC | 숀肄´ | 101111001111000011101100101111011010001010100101 | bcf0ecbda2a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)