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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | 倻?????? | 100011111011000111110110001111110011111100111111001111110011111100111111 | 8fb1f63f3f3f3f3f3f |
UTF-8 | 倻뽰에溜쒐뙖溜 | 111001011000000010111011111010111011110110110000111011001001011110010000111011111010011110001011111011001001001010010000111010111001100110010110111011111010011110001011 | e580bbebbdb0ec9790efa78bec9290eb9996efa78b |
UHC | 倻뽰에溜쒐뙖溜 | 1110010110100110100101101110110010111111101000011110101011111110100111001110011110001100100110111110101011111110 | e5a696ecbfa1eafe9ce78c9beafe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)