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 | ??O??? | 001111110011111101001111001111110011111100111111 | 3f3f4f3f3f3f |
SJIS-WIN | 螂ェO鞜比サ | 111001011010010110101010010011111110100011011111100101001110010010111011 | e5a5aa4fe8df94e4bb |
EUC-JP | 螂ェO鞜比サ | 1110101010100111100011101010101001001111111100001110000111001000111001101000111010111011 | eaa78eaa4ff0e1c8e68ebb |
UTF-8 | 螂ェO鞜比サ | 11101000100111101000001011101111101111011010101001001111111010011001111010011100111001101010111110010100111011111011110110111011 | e89e82efbdaa4fe99e9ce6af94efbdbb |
UHC | 螂?O?比? | 1101010111001100001111110100111100111111110111011110111100111111 | d5cc3f4f3fddef3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)