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 | 0011111100111111001111110011111101000110 | 3f3f3f3f46 |
SJIS-WIN | ?謁?舌F | 00111111100010010111100100111111100100001110001101000110 | 3f89793f90e346 |
EUC-JP | ?謁?舌F | 00111111101100011101101000111111110000001110010101000110 | 3fb1da3fc0e546 |
UTF-8 | 솝謁섐舌F | 11101100100001101001110111101000101011001000000111101100100001001001000011101000100010001000110001000110 | ec869de8ac81ec8490e8888c46 |
UHC | 솝謁섐舌F | 101111001101100111100100110101111011110010101011111000001101111101000110 | bcd9e4d7bcabe0df46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)