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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | ?爭B | 00111111111000001010010101000010 | 3fe0a542 |
EUC-JP | ?爭B | 00111111111000001010011101000010 | 3fe0a742 |
UTF-8 | 댄爭B | 11101011100011001000010011100111100010001010110101000010 | eb8c84e788ad42 |
UHC | 댄爭B | 1011010011101101111011101011001101000010 | b4edeeb342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)