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 | 琮斑? | 1111101101101010100101001100000100111111 | fb6a94c13f |
EUC-JP | 琮斑? | 100011111100110010110010110010001100001100111111 | 8fccb2c8c33f |
UTF-8 | 琮斑렜 | 111001111001000010101110111001101001011010010001111010111010000010011100 | e790aee69691eba09c |
UHC | 琮斑렜 | 111100001111100111011010111010001000111010101110 | f0f9dae88eae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)