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 | ?v] | 001111110111011001011101 | 3f765d |
SJIS-WIN | 矗v] | 11100001110111100111011001011101 | e1de765d |
EUC-JP | 矗v] | 11100010111000000111011001011101 | e2e0765d |
UTF-8 | 矗v] | 1110011110011111100101110111011001011101 | e79f97765d |
UHC | 矗v] | 11110101101110000111011001011101 | f5b8765d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)