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 | ?癰g? | 001111111110000110011110100000101000011100111111 | 3fe19e82873f |
EUC-JP | ?癰g? | 001111111110000111111110101000111110011100111111 | 3fe1fea3e73f |
UTF-8 | 횜癰g꺄 | 111011011001101010011100111001111001100110110000111011111011110110000111111010101011101010000100 | ed9a9ce799b0efbd87eaba84 |
UHC | 횜癰g꺄 | 1100001110010110111010001011100110100011111001111011001010100101 | c396e8b9a3e7b2a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)