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 | ?o?} | 00111111011011110011111101111101 | 3f6f3f7d |
SJIS-WIN | 渦o渦} | 100010010101000101101111100010010101000101111101 | 89516f89517d |
EUC-JP | 渦o渦} | 101100011011001001101111101100011011001001111101 | b1b26fb1b27d |
UTF-8 | 渦o渦} | 1110011010111000101001100110111111100110101110001010011001111101 | e6b8a66fe6b8a67d |
UHC | 渦o渦} | 111010001011111001101111111010001011111001111101 | e8be6fe8be7d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)