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 | 0011111100111111001111110011111101001111 | 3f3f3f3f4f |
SJIS-WIN | 佯??眷O | 10011000110100010011111100111111111000011100010101001111 | 98d13f3fe1c54f |
EUC-JP | 佯??眷O | 11010000110100110011111100111111111000101100011101001111 | d0d33f3fe2c74f |
UTF-8 | 佯얠뼔眷O | 11100100101111011010111111101100100101101010000011101011101111001001010011100111100111001011011101001111 | e4bdafec96a0ebbc94e79cb74f |
UHC | 佯얠뼔眷O | 111001011011101010111110111011001001011010011100110011111110111101001111 | e5babeec969ccfef4f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)