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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 阮幃舒 | 111010001001011010011011111010011001100010101110 | e8969be998ae |
EUC-JP | 阮幃舒 | 111011111111011011010110111010111101000010110000 | eff6d6ebd0b0 |
UTF-8 | 阮幃舒 | 111010011001100010101110111001011011100110000011111010001000100010010010 | e998aee5b983e88892 |
UHC | 阮?舒 | 1110100011010110001111111110000010100010 | e8d63fe0a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)