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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 驍よュ縺残^ | 1110100110000010100000101110011010000011100001011110001110000001100011100110001101011110 | e98282e68385e3818e635e |
EUC-JP | 驍よュ縺残^ | 1111000111100010101001001110100010100101111001011110010111100001101110111100010001011110 | f1e2a4e8a5e5e5e1bbc45e |
UTF-8 | 驍よュ縺残^ | 11101001101010011000110111100011100000101000100011100011100000111010010111100111101110001011101011100110101011101000101101011110 | e9a98de38288e383a5e7b8bae6ae8b5e |
UHC | 驍よュ??^ | 111111011010010010101010111010001010101111100101001111110011111101011110 | fda4aae8abe53f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)