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 | 001111110011111101101011 | 3f3f6b |
SJIS-WIN | 肄嫉k | 1110001111100101100011101011100101101011 | e3e58eb96b |
EUC-JP | 肄嫉k | 1110011011100111101111001011101101101011 | e6e7bcbb6b |
UTF-8 | 肄嫉k | 11101000100000101000010011100101101010111000100101101011 | e88284e5ab896b |
UHC | 肄嫉k | 1110110010111101111100101110110001101011 | ecbdf2ec6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)