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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 愼?蟹?衆 | 1001110011000100001111111000101001001001001111111000111101001111 | 9cc43f8a493f8f4f |
EUC-JP | 愼?蟹?衆 | 1101100011000110001111111011001110101010001111111011110110110000 | d8c63fb3aa3fbdb0 |
UTF-8 | 愼렦蟹렰衆 | 111001101000010010111100111010111010000010100110111010001001111110111001111010111010000010110000111010001010000110000110 | e684bceba0a6e89fb9eba0b0e8a186 |
UHC | 愼렦蟹렰衆 | 11100011111001011000111010110101111110101010111110001110101111011111000111101011 | e3e58eb5faaf8ebdf1eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)