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 | 髣翫j蟯サ | 111010011001011110001010111000111000001010001010111001011011001010111011 | e9978ae3828ae5b2bb |
EUC-JP | 髣翫j蟯サ | 11110001111101111011010011100101101000111110101011101010101101001000111010111011 | f1f7b4e5a3eaeab48ebb |
UTF-8 | 髣翫j蟯サ | 111010011010101110100011111001111011111110101011111011111011110110001010111010001001111110101111111011111011110110111011 | e9aba3e7bfabefbd8ae89fafefbdbb |
UHC | ?翫j蟯? | 0011111111101000110100011010001111101010111010011010100000111111 | 3fe8d1a3eae9a83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)