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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 踵夜沮跋 | 1110011011111001100101101110100110011111100111001110011011101011 | e6f996e99f9ce6eb |
EUC-JP | 踵夜沮跋 | 1110110011111011110011001110101111011101111111001110110011101101 | ecfbccebddfceced |
UTF-8 | 踵夜沮跋 | 111010001011100010110101111001011010010010011100111001101011001010101110111010001011011110001011 | e8b8b5e5a49ce6b2aee8b78b |
UHC | 踵夜沮跋 | 1111000110100010111001011010100011101110110000011101101110100010 | f1a2e5a8eec1dba2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)