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 | äâ?? | 11100100111000100011111100111111 | e4e23f3f |
SJIS-WIN | ???蹕 | 0011111100111111001111111110011101001010 | 3f3f3fe74a |
EUC-JP | äâœ蹕 | 1000111110101011101000111000111110101011101001001000111110101001110011011110110110101011 | 8faba38faba48fa9cdedab |
UTF-8 | äâœ蹕 | 110000111010010011000011101000101100010110010011111010001011100110010101 | c3a4c3a2c593e8b995 |
UHC | ??œ? | 0011111100111111101010011010101100111111 | 3f3fa9ab3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)