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? | 0011111100111111001111110101101000111111 | 3f3f3f5a3f |
SJIS-WIN | 弱??Z? | 100011101110001100111111001111110101101000111111 | 8ee33f3f5a3f |
EUC-JP | 弱??Z? | 101111001110010100111111001111110101101000111111 | bce53f3f5a3f |
UTF-8 | 弱녺즸Z若 | 11100101101111001011000111101011100001011011101011101100101001101011100001011010111011111010010110110100 | e5bcb1eb85baeca6b85aefa5b4 |
UHC | 弱녺즸Z若 | 111001011011000010000110111001111010001110001010010110101110010110101110 | e5b086e7a38a5ae5ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)