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 | 00111111001111110011111101010110 | 3f3f3f56 |
SJIS-WIN | 塢??V | 1001101011000111001111110011111101010110 | 9ac73f3f56 |
EUC-JP | 塢??V | 1101010011001001001111110011111101010110 | d4c93f3f56 |
UTF-8 | 塢울숴V | 11100101101000011010001011101100100110101011100011101100100010001011010001010110 | e5a1a2ec9ab8ec88b456 |
UHC | 塢울숴V | 11100111111100011011111111101111101111011010010001010110 | e7f1bfefbda456 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)