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 | 阮帛勣雜ウ | 111010001001011010011011111001011001100110101000111010001011011010110011 | e8969be599a8e8b6b3 |
EUC-JP | 阮帛勣雜ウ | 11101111111101101101011011100111110100101010101011110000101110001000111010110011 | eff6d6e7d2aaf0b88eb3 |
UTF-8 | 阮帛勣雜ウ | 111010011001100010101110111001011011100010011011111001011000101110100011111010011001101110011100111011111011110110110011 | e998aee5b89be58ba3e99b9cefbdb3 |
UHC | 阮帛勣雜? | 111010001101011011011011110110011110111011010011111011011101101000111111 | e8d6dbd9eed3edda3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)