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 | êÇûÞî»\ | 11101010110001111111101111011110111011101011101101011100 | eac7fbdeeebb5c |
SJIS-WIN | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
EUC-JP | êÇûÞî?\ | 1000111110101011101101001000111110101010101011101000111110101011111001011000111110101001101100001000111110101011110000100011111101011100 | 8fabb48faaae8fabe58fa9b08fabc23f5c |
UTF-8 | êÇûÞî»\ | 11000011101010101100001110000111110000111011101111000011100111101100001110101110110000101011101101011100 | c3aac387c3bbc39ec3aec2bb5c |
UHC | ???Þ??\ | 0011111100111111001111111010100010101101001111110011111101011100 | 3f3f3fa8ad3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)