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 | ?z] | 001111110111101001011101 | 3f7a5d |
SJIS-WIN | 巽z] | 10010010010001100111101001011101 | 92467a5d |
EUC-JP | 巽z] | 11000011101001110111101001011101 | c3a77a5d |
UTF-8 | 巽z] | 1110010110110111101111010111101001011101 | e5b7bd7a5d |
UHC | 巽z] | 11100001110111100111101001011101 | e1de7a5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)