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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 諧?譯 | 1110011001111110001111111110011010100001 | e67e3fe6a1 |
EUC-JP | 諧?譯 | 1110101111011111001111111110110010100011 | ebdf3feca3 |
UTF-8 | 諧됳譯 | 111010001010101110100111111010111001000010110011111010001010110110101111 | e8aba7eb90b3e8adaf |
UHC | 諧됳譯 | 111110101011001010001001111011101110011010111011 | fab289eee6bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)