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 | 阮幄ェェ阮 | 1110100010010110100110111110100010101010101010101110100010010110 | e8969be8aaaae896 |
EUC-JP | 阮幄ェェ阮 | 11101111111101101101011011101010100011101010101010001110101010101110111111110110 | eff6d6ea8eaa8eaaeff6 |
UTF-8 | 阮幄ェェ阮 | 111010011001100010101110111001011011100110000100111011111011110110101010111011111011110110101010111010011001100010101110 | e998aee5b984efbdaaefbdaae998ae |
UHC | 阮幄??阮 | 1110100011010110111001001100000100111111001111111110100011010110 | e8d6e4c13f3fe8d6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)