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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 墻??辱?ズ | 100110101101010000111111001111111001000001001010001111111000001101011001 | 9ad43f3f904a3f8359 |
EUC-JP | 墻??辱?ズ | 110101001101011000111111001111111011111110101011001111111010010110111010 | d4d63f3fbfab3fa5ba |
UTF-8 | 墻띄ㅊ辱녺ズ | 111001011010001010111011111010111001110110000100111000111000010110001010111010001011111010110001111010111000010110111010111000111000001010111010 | e5a2bbeb9d84e3858ae8beb1eb85bae382ba |
UHC | 墻띄ㅊ辱녺ズ | 111011011101111110110110111001111010010010111010111010011011010010000110111001111010101110111010 | eddfb6e7a4bae9b486e7abba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)