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 | å¸^k | 1110010110010100101110000101111001101011 | e594b85e6b |
SJIS-WIN | ???^k | 0011111100111111001111110101111001101011 | 3f3f3f5e6b |
EUC-JP | å?¸^k | 100011111010101110101001001111111000111110100010101100010101111001101011 | 8faba93f8fa2b15e6b |
UTF-8 | å¸^k | 1100001110100101110000101001010011000010101110000101111001101011 | c3a5c294c2b85e6b |
UHC | ??¸^k | 001111110011111110100010101011000101111001101011 | 3f3fa2ac5e6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)