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 | 捧况笳佞衙 | 10010101111110011001100101110110111000101001011110011011010000111110010111001001 | 95f99976e2979b43e5c9 |
EUC-JP | 捧况笳佞衙 | 11001010111110111101000111010111111000111111011111010101101001001110101011001011 | cafbd1d7e3f7d5a4eacb |
UTF-8 | 捧况笳佞衙 | 111001101000110110100111111001011000011010110101111001111010110010110011111001001011110110011110111010001010000110011001 | e68da7e586b5e7acb3e4bd9ee8a199 |
UHC | 捧???衙 | 11011100111010010011111100111111001111111110010010110111 | dce93f3f3fe4b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)