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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 阮幄婿邵イ | 111010001001011010011011111010001001011010111001111001111011100010110010 | e8969be896b9e7b8b2 |
EUC-JP | 阮幄婿邵イ | 11101111111101101101011011101010110011001011101111101110101110101000111010110010 | eff6d6eaccbbeeba8eb2 |
UTF-8 | 阮幄婿邵イ | 111010011001100010101110111001011011100110000100111001011010100110111111111010011000001010110101111011111011110110110010 | e998aee5b984e5a9bfe982b5efbdb2 |
UHC | 阮幄?邵? | 1110100011010110111001001100000100111111111000011101000000111111 | e8d6e4c13fe1d03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)