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 | ??G??R | 001111110011111101000111001111110011111101010010 | 3f3f473f3f52 |
SJIS-WIN | ??G??R | 001111110011111101000111001111110011111101010010 | 3f3f473f3f52 |
EUC-JP | ??G??R | 001111110011111101000111001111110011111101010010 | 3f3f473f3f52 |
UTF-8 | 횕쨀G횕쨀R | 1110110110011010100101011110110010101000100000000100011111101101100110101001010111101100101010001000000001010010 | ed9a95eca88047ed9a95eca88052 |
UHC | 횕쨀G횕쨀R | 11000011100011111100001010110011010001111100001110001111110000101011001101010010 | c38fc2b347c38fc2b352 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)