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 | å¸V~ | 1110010110010100101110000101011001111110 | e594b8567e |
SJIS-WIN | ???V~ | 0011111100111111001111110101011001111110 | 3f3f3f567e |
EUC-JP | å?¸V~ | 100011111010101110101001001111111000111110100010101100010101011001111110 | 8faba93f8fa2b1567e |
UTF-8 | å¸V~ | 1100001110100101110000101001010011000010101110000101011001111110 | c3a5c294c2b8567e |
UHC | ??¸V~ | 001111110011111110100010101011000101011001111110 | 3f3fa2ac567e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)