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 | 墻?ズ | 1001101011010100001111111000001101011001 | 9ad43f8359 |
EUC-JP | 墻?ズ | 1101010011010110001111111010010110111010 | d4d63fa5ba |
UTF-8 | 墻띄ズ | 111001011010001010111011111010111001110110000100111000111000001010111010 | e5a2bbeb9d84e382ba |
UHC | 墻띄ズ | 111011011101111110110110111001111010101110111010 | eddfb6e7abba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)