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 | 101111101011111001101011 | bebe6b |
SJIS-WIN | ??k | 001111110011111101101011 | 3f3f6b |
EUC-JP | ??k | 001111110011111101101011 | 3f3f6b |
UTF-8 | ¾¾k | 1100001010111110110000101011111001101011 | c2bec2be6b |
UHC | ¾¾k | 1010100011111010101010001111101001101011 | a8faa8fa6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)