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 | ?????E | 001111110011111100111111001111110011111101000101 | 3f3f3f3f3f45 |
SJIS-WIN | 褥??諭?E | 1110010111110001001111110011111110010111010000000011111101000101 | e5f13f3f97403f45 |
EUC-JP | 褥??諭?E | 1110101011110011001111110011111111001101101000010011111101000101 | eaf33f3fcda13f45 |
UTF-8 | 褥띔쑤諭쟓E | 11101000101001001010010111101011100111011001010011101100100100011010010011101000101010111010110111101100100111111001001101000101 | e8a4a5eb9d94ec91a4e8abadec9f9345 |
UHC | 褥띔쑤諭쟓E | 1110100110110011101101101110101010111110101001011110101110110001101000000101001001000101 | e9b3b6eabea5ebb1a05245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)