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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?ζ?如? | 00111111100000111100010000111111100101000100000000111111 | 3f83c43f94403f |
EUC-JP | 旿ζ?如? | 100011111100000111110100101001101100011000111111110001111010000100111111 | 8fc1f4a6c63fc7a13f |
UTF-8 | 旿ζ궆如켃 | 1110011010010111101111111100111010110110111010101011011010000110111001011010011010000010111011001011110010000011 | e697bfceb6eab686e5a682ecbc83 |
UHC | 旿ζ궆如켃 | 11100111111110101010010111100110100000101001111111100101111111011011000101000010 | e7faa5e6829fe5fdb142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)