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 | ??????F | 00111111001111110011111100111111001111110011111101000110 | 3f3f3f3f3f3f46 |
SJIS-WIN | 隹キ譽壼゚ッF | 11101000101100001011011111100110101000111001101011100101110111111010111101000110 | e8b0b7e6a39ae5dfaf46 |
EUC-JP | 隹キ譽壼゚ッF | 11110000101100101000111010110111111011001010010111010100111001111000111011011111100011101010111101000110 | f0b28eb7eca5d4e78edf8eaf46 |
UTF-8 | 隹キ譽壼゚ッF | 11101001100110101011100111101111101111011011011111101000101011011011110111100101101000111011110011101111101111101001111111101111101111011010111101000110 | e99ab9efbdb7e8adbde5a3bcefbe9fefbdaf46 |
UHC | ??譽???F | 0011111100111111111001111110001000111111001111110011111101000110 | 3f3fe7e23f3f3f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)