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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 癲???эⅩ | 111000011001111100111111001111110011111110000100100011111000011101011101 | e19f3f3f3f848f875d |
EUC-JP | 癲???э? | 1110001010100001001111110011111100111111101001111110111100111111 | e2a13f3f3fa7ef3f |
UTF-8 | 癲얜뿥鱗эⅩ | 1110011110011001101100101110110010010110100111001110101110111111101001011110111110100111101100101101000110001101111000101000010110101001 | e799b2ec969cebbfa5efa7b2d18de285a9 |
UHC | 癲얜뿥鱗эⅩ | 111011111010011010111110111010111001011110100101111011001110011110101100111011111010010110111001 | efa6beeb97a5ece7acefa5b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)