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 | ´âwh | 110000101011010011000011101000100111011101101000 | c2b4c3a27768 |
SJIS-WIN | ?´?¢wh | 0011111110000001010011000011111110000001100100010111011101101000 | 3f814c3f81917768 |
EUC-JP | ´âwh | 100011111010101010100100101000011010110110001111101010101010101010100001111100010111011101101000 | 8faaa4a1ad8faaaaa1f17768 |
UTF-8 | ´âwh | 11000011100000101100001010110100110000111000001111000010101000100111011101101000 | c382c2b4c383c2a27768 |
UHC | ?´??wh | 00111111101000101010010100111111001111110111011101101000 | 3fa2a53f3f7768 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)