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 | 閻九Ξ | 111010001000010110001011111000111000001110101100 | e8858be383ac |
EUC-JP | 閻九Ξ | 111011111110010110110110111001011010011010101110 | efe5b6e5a6ae |
UTF-8 | 閻九Ξ | 1110100110010110101110111110010010111001100111011100111010011110 | e996bbe4b99dce9e |
UHC | 閻九Ξ | 111001111010001011001110111110101010010111001110 | e7a2cefaa5ce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)