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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 齏肥推\ | 11101000111010111001010011101100100100001000010001011100 | e8eb94ec90845c |
EUC-JP | 齏肥推\ | 11110000111011011100100011101110101111111110010001011100 | f0edc8eebfe45c |
UTF-8 | 齏肥推\ | 11101001101111011000111111101000100000101010010111100110100011101010100001011100 | e9bd8fe882a5e68ea85c |
UHC | ?肥推\ | 001111111101110111111110111101011100111101011100 | 3fddfef5cf5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)