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 | ܸßÏÀ | 1101110010111000110111111100111111000000 | dcb8dfcfc0 |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ܸßÏÀ | 100011111010101011100100100011111010001010110001100011111010100111001110100011111010101011000001100011111010101010100010 | 8faae48fa2b18fa9ce8faac18faaa2 |
UTF-8 | ܸßÏÀ | 11000011100111001100001010111000110000111001111111000011100011111100001110000000 | c39cc2b8c39fc38fc380 |
UHC | ?¸ß?? | 00111111101000101010110010101001101011000011111100111111 | 3fa2aca9ac3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)